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 ExcelSourceTableSpecgetSpec()Returns the Excel source table's specification.static ExcelSourceTableCreates 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 isnullor invalid.
-
getSpec
Returns the Excel source table's specification.
-