public class GeneralInfoProcessor extends Object implements RecordProcessor
| Constructor and Description |
|---|
GeneralInfoProcessor() |
| Modifier and Type | Method and Description |
|---|---|
GeneralInfoDataSet |
getGeneralInfoDataSet() |
void |
process(String... records)
Method for process read data from csv
|
public GeneralInfoDataSet getGeneralInfoDataSet()
public void process(String... records) throws Exception
process in interface RecordProcessorrecords - records from csvException - implementation specificThis documentation was released into the public domain.