Package | Description |
---|---|
com.orchestranetworks.addon.dint.schema |
Provides classes and interfaces that represent fields and tables for the supported data source.
|
Modifier and Type | Method and Description |
---|---|
CSVField |
CSVTable.get(int columnIndex)
Returns CSV field by index.
|
CSVField |
CSVTable.get(String columnHeader)
Returns CSV field by column header.
|