public abstract class CSVSourceTable extends SourceTable<CSVTable,CSVField>
TableMapping.| Modifier and Type | Method and Description |
|---|---|
CSVSourceTableSpec |
getSpec()
Returns the CSV source table's specification.
|
static CSVSourceTable |
newInstance(CSVSourceTableSpec spec)
Creates a new instance.
|
getMappedFields, getTablepublic static CSVSourceTable newInstance(CSVSourceTableSpec spec) throws DataIntegrationException
IllegalArgumentException - If the specification is null or invalid.DataIntegrationExceptionpublic final CSVSourceTableSpec getSpec()