Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Issue: Inbound & Outbound Delimiters

Resolution: Use of Special Delimiters

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&quoteDisabled=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}}"/>
  • No labels