public interface CSVFieldMapProcessor
CSVLineProcessor interface
for processing CSV lines
except that the lines are processed as a Map of field name and values.| Modifier and Type | Method and Description |
|---|---|
boolean |
continueProcessing()
Indicates if the line processing should continue.
|
void |
processDataLine(int linenumber,
Map<String,String> fields)
Process a CSV data line.
|
void processDataLine(int linenumber,
Map<String,String> fields)
linenumber - line number in the filefields - map of CSV fields names/valuesboolean continueProcessing()
Copyright © 2020. All Rights Reserved.