Uses of Class
com.orchestranetworks.addon.dint.mapping.CSVTargetTable
Package
Description
Provides classes and interfaces for creating a mapping specification between source and target tables.
Provides classes and interfaces that represent a specification for a user defined template.
-
Uses of CSVTargetTable in com.orchestranetworks.addon.dint.mapping
Modifier and TypeMethodDescriptionstatic CSVTargetTable
CSVTargetTable.newInstance
(CSVTargetTableSpec spec) Creates a new instance. -
Uses of CSVTargetTable in com.orchestranetworks.addon.dint.template
ModifierConstructorDescriptionCSVExportTemplateSpec
(TemplateConfig<EBXSourceTable, CSVTargetTable> templateConfig, File targetFile, com.orchestranetworks.service.Session session) Constructs a newCSVExportTemplateSpec
instance.