Class ExcelTargetTable
java.lang.Object
com.orchestranetworks.addon.dint.mapping.TargetTable<ExcelTable,ExcelField>
com.orchestranetworks.addon.dint.mapping.ExcelTargetTable
Represents the Excel target table in a
TableMapping
.- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionfinal ExcelTargetTableSpec
getSpec()
Returns the Excel target table's specification.static ExcelTargetTable
Creates a new instance.Methods inherited from class com.orchestranetworks.addon.dint.mapping.TargetTable
getMappedFields, getTable
-
Method Details
-
newInstance
public static ExcelTargetTable newInstance(ExcelTargetTableSpec spec) throws DataIntegrationException Creates a new instance.- Throws:
DataIntegrationException
- If an error occurs while reading the dataIllegalArgumentException
- If the specification isnull
or invalid.
-
getSpec
Returns the Excel target table's specification.
-