Skip to content

Format: CSV

Nuno Godinho edited this page Jan 31, 2019 · 3 revisions

The CSV format expects the content to provide CSV data.

Configurations

Both the separator and the delimiter can be configured in the CONSTRUCTOR of the CSV format class ZCL_ABAK_FORMAT_CSV but currently the format factory is instantiating it with the default ones: comma and double quotes, respectively.

If your CSV is using different ones you'll need to manually instantiate ZCL_ABAK_FORMAT_CSV with the desired parameters and then use it as a custom format: Format: Custom.

Clone this wiki locally