|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CSVFieldMapProcessor
Similar interface to the CSVLineProcessor interface
for processing CSV lines
except that the lines are processed as a Map of field name and values.
| Method Summary | |
|---|---|
boolean |
continueProcessing()
Indicates if the line processing should continue. |
void |
processDataLine(int linenumber,
java.util.Map<java.lang.String,java.lang.String> fields)
Process a CSV data line. |
| Method Detail |
|---|
void processDataLine(int linenumber,
java.util.Map<java.lang.String,java.lang.String> fields)
linenumber - line number in the filefields - map of CSV fields names/valuesboolean continueProcessing()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||