Kourier Integrator Online Help
Import Conversion and Validation codes can be used to convert a data value, such as a date or time into the internal U2 representation of the data value or to validate that a data value meets a specified import edit. If the data value does not conform to the import edit, an application error will be returned.
You may specify one or more conversion codes by separating each conversion code by the pipe (|) character. If you use multiple conversion codes, the codes are applied from left to right, so that the leftmost code is applied to the original value, then the next conversion code to the right is applied to the result of the first conversion, and so on. Generally, conversion codes are identical to those used in the ICONV functions of UniBASIC.
Conversion Type |
Description - Usage - Notes |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Conversion |
These conversions are used to convert incoming data to other format. See the example data below and the result of applying the conversion code.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Validation |
These conversions are used to validate that the incoming data is of the correct type or format. See the example data below and the result of applying the validation code.
|