| Package | Description |
|---|---|
| com.orchestranetworks.addon.dataexchange.validator |
Classes and interfaces to call EBX® Data Exchange Add-on import Excel, CSV, XML and transfer data service using validators.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ColumnHeaderSpec,Object> |
ExcelValidatorContext.getSourceRow()
Deprecated.
Returns a map of Excel values and uses the column header instance as the key parameter.
|
Map<ColumnHeaderSpec,Object> |
CSVValidatorContext.getSourceValues()
Deprecated.
Returns a map of CSV values and uses the column header instance as the key parameter.
|