| policyName |
String; required |
Name of the policy setting which should be applied to the
columns of the CSV file. |
| csvFileName |
String; required |
File name of the CSV file attached. This field will be
sent back in the response. |
| csvFile |
String; required; Format: cid:<ID> |
Content ID – This has to be the same Content ID of the
attached CSV attachment in the SOAP request. |
| isFullValidationRequired |
Boolean; required; default: false |
Before the web service tokenizes a CSV file, it checks
the CSV for possible errors. If the parameter is set to
false, the test is terminated on
the first error found and an error message is output. If the
parameter is set to true, the file is
checked completely and then all error messages are
output. |
| fieldSeparator |
String; optional; default: ; (semicolon) |
The field separator used in the CSV file. |
| dataSeparator |
String; optional; default: " (double quotes) |
The data separator used in the CSV file. |
| header |
String; optional; default: 1 |
The line number of the header line. |
| ignoreBefore |
String; optional; default: 0 |
The number of lines to be ignored from the
beginning. |
| ignoreLast |
String; optional; default: 0 |
The number of lines to be ignored from the end. |
| columnList / columnName |
String; optional |
List of column names in the CSV file if no header is
specified. For
example: <columnName>ACC_NUM</columnName> <columnName>ID_CODE</columnName> <columnName>CUST_REF</columnName> |