Class ExcelSourceTable
java.lang.Object
com.orchestranetworks.addon.dint.mapping.SourceTable<ExcelTable,ExcelField>
com.orchestranetworks.addon.dint.mapping.ExcelSourceTable
Represents the Excel source table in a
TableMapping
.- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionfinal ExcelSourceTableSpec
getSpec()
Returns the Excel source table's specification.static ExcelSourceTable
Creates a new instance.Methods inherited from class com.orchestranetworks.addon.dint.mapping.SourceTable
getMappedFields, getTable
-
Method Details
-
newInstance
public static ExcelSourceTable newInstance(ExcelSourceTableSpec 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 source table's specification.
-