CSV Export process (Outbound Only)

This process is define to take care about the data definition of the Agreement (Act) and generate a CSV format file.

This file contains all the fields define in the agreement (act) for the specific table.

Section Description
Tables You define the tables to synchronize, on which event and also the fields to synchronize for each table.
Parameters You define some CSV properties of the file you want to create.

Below, the description of each parameter:

Parameter Values allowed Description
Text Encoding UTF8, UTF16, Windows, MSDos Define the encoding text format of the generated file.
Include Header True/False Specifies if a header line is inserted using the field names.
String Delimiter True/False Specifies if is it necessary to use " " as field string delimiter.
Field Demiliter Semicolon, Comma, Tabulation Specifies the firled delimiter to use in the file.

Nota: the line delimiter used is always CR/LF (at the end of the header).

Previous