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