Class CSVTargetTable
- java.lang.Object
-
- com.orchestranetworks.addon.dint.mapping.TargetTable<CSVTable,CSVField>
-
- com.orchestranetworks.addon.dint.mapping.CSVTargetTable
-
public abstract class CSVTargetTable extends TargetTable<CSVTable,CSVField>
Represents the CSV target table in aTableMapping.- Since:
- 4.1.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CSVTargetTableSpecgetSpec()Returns the CSV target table's specification.static CSVTargetTablenewInstance(CSVTargetTableSpec spec)Creates a new instance.-
Methods inherited from class com.orchestranetworks.addon.dint.mapping.TargetTable
getMappedFields, getTable
-
-
-
-
Method Detail
-
newInstance
public static CSVTargetTable newInstance(CSVTargetTableSpec spec) throws DataIntegrationException
Creates a new instance.- Throws:
java.lang.IllegalArgumentException- If the specification isnullor invalid.DataIntegrationException
-
getSpec
public final CSVTargetTableSpec getSpec()
Returns the CSV target table's specification.
-
-