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