-
Notifications
You must be signed in to change notification settings - Fork 3
Format: CSV
Nuno Godinho edited this page May 20, 2019
·
3 revisions
The CSV
format expects the source
to provide CSV data.
The source data is expected to return the actual data in CSV format with the following columns:
- SCOPE
- FIELDNAME
- CONTEXT
- INDEX
- SIGN
- OPTION
- LOW
- HIGH
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.