Output Format - EcoSys - Customization & Programming - Hexagon

EcoSys Gateway Web Service API Client

Language
English
Product
EcoSys
Search by Category
Customization & Programming
EcoSys Version
9.1
  • The format of the output file is tab-delimited text, the same format used for input when doing object writes:

  • The first line of the file will be the header, a tab-delimited list of object attributes defined in the given API.

  • Each returned object from the API will be written as a subsequent line in the file, with values delimited by the tab character.

  • Any literal delimiter characters, such as tab, newline, and backslash, will be escaped using "\t" (tab), "\n" (newline), and "\\" (backslash). Refer to Command Line Options (Automatic Escaping and Unescaping of Delimiters) for details.

  • Date values will use the default ISO-8601 format by default, but can be overridden by using the -dateformat ... option. Refer to Date Formats for details.

For more information on the output format, refer to Input File Format for Writes (IMPORT).