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 CSVTargetTableSpec
getSpec()
Returns the CSV target table's specification.static CSVTargetTable
Creates 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 isnull
or invalid.DataIntegrationException
-
getSpec
Returns the CSV target table's specification.
-