public class CSVProcessor extends Object implements LineBasedProcessor
Modifier and Type | Method and Description |
---|---|
void |
run(RowProcessor rowProcessor)
Starts processing and sends each line to the given rowProcessor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public void run(RowProcessor rowProcessor) throws Exception
LineBasedProcessor
run
in interface LineBasedProcessor
rowProcessor
- the processor which handles each row of the fileException
- in case an error occurred while processing.Copyright © 2018. All rights reserved.