Data Lines - EcoSys - Customization & Programming - Hexagon

EcoSys Gateway Web Service API Client

Language
English
Product
EcoSys
Search by Category
Customization & Programming
EcoSys Version
8.8

Data lines should be tab-delimited lists of attribute values. They must correspond to the header list one-to-one.

For example:

PROJ-ATABProject AlphaTAB2014-06-01TAB35500.00

PROJ-BTABProject Beta2TAB2014-12-01TAB20000.00

PROJ-DTABProject DeltaTAB2015-03-01TAB62500.00

To send embedded delimiter characters, including tab, newline, and backslash, use the escape sequences "\t" (tab), "\n" (newline), and "\\" (backslash). To disable this translation, apply the -escapedelims false option. For more information, refer to Command Line Options (Automatic Escaping and Un escaping of Delimiters).

For test mode, only the first data line is read, and it is treated as a data row template. For more information, refer to Test Data Generation Mode.