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, getTable
public static CSVSourceTable newInstance(CSVSourceTableSpec spec) throws DataIntegrationException
IllegalArgumentException
- If the specification is null
or invalid.DataIntegrationException
public final CSVSourceTableSpec getSpec()