/
Special Delimiter Characters (Inbound-How To)
Special Delimiter Characters (Inbound-How To)
Issue:
Inbound & Outbound Delimiters
Resolution:
Using Special Delimiter Characters
Example usage of Hex 14 for inbound and Hex 0A for outbound (core 1.1.18.3):
csv-sap-import-delimiter=%14
csv-sap-export-eol=%0A
<!-- parse CSV, fields are taken from the header row -->
<to uri="pfx-csv:unmarshal?skipHeaderRecord=true"eDisabled=true&delimiter={{csv-sap-import-delimiter}}&header=CLIENT,CUSTOMER_ID,COMPANY_CODE,SOLD_TO_BUYING_GROUP"/>
<to uri="pfx-csv:marshal?header=Condition type,Sales Org&delimiter={{csv-sap-export-delimiter}}&camelSplitIndexAware=true&recordSeparator={{csv-sap-export-eol}}"/> |
, multiple selections available,
Related content
Supported and Unsupported Characters in Data
Supported and Unsupported Characters in Data
Read with this
How to Display Various Symbols in Calculation Results Using Unicode
How to Display Various Symbols in Calculation Results Using Unicode
Read with this
pfx-csv:unmarshal
pfx-csv:unmarshal
More like this
pfx-csv:marshal
pfx-csv:marshal
More like this
Import CSV File (1.2.0 and higher)
Import CSV File (1.2.0 and higher)
More like this
pfx-csv:streamingUnmarshal
pfx-csv:streamingUnmarshal
More like this