Package | Description |
---|---|
com.orchestranetworks.addon.dint.mapping |
Provides classes and interfaces for creating a mapping specification between source and target tables.
|
com.orchestranetworks.addon.dint.template |
Provides classes and interfaces that represent a specification for a user defined template.
|
Modifier and Type | Method and Description |
---|---|
static CSVSourceTable |
CSVSourceTable.newInstance(CSVSourceTableSpec spec)
Creates a new instance.
|
Constructor and Description |
---|
CSVImportTemplateSpec(TemplateConfig<CSVSourceTable,EBXTargetTable> templateConfig,
File sourceFile,
com.orchestranetworks.service.Session session)
Constructs a new
CSVImportTemplateSpec instance. |