| Package | Description |
|---|---|
| com.orchestranetworks.addon.dint |
Provides classes and interfaces to execute a data integration task.
|
| com.orchestranetworks.addon.dint.mapping |
Provides classes and interfaces for creating a mapping specification between source and target tables.
|
| Class and Description |
|---|
| MappingSpec
Global mapping specification.
|
| Class and Description |
|---|
| CSVSourceTable
Represents the CSV source table in a
TableMapping. |
| CSVTargetTable
Represents the CSV target table in a
TableMapping. |
| EBXSourceTable
Represents the EBX source table in a
TableMapping. |
| EBXTargetTable
Represents the EBX target table in a
TableMapping. |
| ExcelSourceTable
Represents the Excel source table in a
TableMapping. |
| ExcelTargetTable
Represents the Excel target table in a
TableMapping. |
| FieldMatcher
Strategy to match source fields with target fields when mapping fields.
|
| MappingSpec
Global mapping specification.
|
| SourceTable
Represents a source table in a
TableMapping. |
| TableMapping
Mapping between a
SourceTable and a TargetTable. |
| TargetTable
Represents a target table in a
TableMapping. |