Class CSVTargetTable
java.lang.Object
com.orchestranetworks.addon.dint.mapping.TargetTable<CSVTable,CSVField>
com.orchestranetworks.addon.dint.mapping.CSVTargetTable
Represents the CSV target table in a
TableMapping.- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionfinal CSVTargetTableSpecgetSpec()Returns the CSV target table's specification.static CSVTargetTableCreates a new instance.Methods inherited from class com.orchestranetworks.addon.dint.mapping.TargetTable
getMappedFields, getTable
-
Method Details
-
newInstance
Creates a new instance.- Throws:
IllegalArgumentException- If the specification isnullor invalid.DataIntegrationException
-
getSpec
Returns the CSV target table's specification.
-