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, waitcreatepublic void run(RowProcessor rowProcessor) throws Exception
LineBasedProcessorrun in interface LineBasedProcessorrowProcessor - the processor which handles each row of the fileException - in case an error occurred while processing.Copyright © 2018. All rights reserved.