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