Search code examples
delimitersap-commerce-clouddata-exportimpexhybris-data-hub

How to change delimiter in the exported data in Hybris?


I am exporting data from SAP Hybris. The data I am importing also has semicolons (;). In the exported data I see the delimiter is ; This is preventing me from splitting the data and do my work. Is there a way to change this delimiter to something else ?

I understand this can be achieved by changing the "csv.fieldseparator" property, but that would affect everywhere and I can't afford that in production.. Any suggestions would be appreciated


Solution

    1. Go to backoffice.

    2. Search export.

    3. In the advanced configurations set your new delimiter. By default, it is semi-colon (;).

    Sample backoffice advanced export configuration