Data-import - semicolon as csv separator?

Hi

Could it be possible to use another separator for a CSV File.
The files I have to process have semicolon separator ( ; ) instead of coma separator

Regards.
guillaume

Hi,

currently it is not possible to configure it through the UI. Perhaps I will inject it into the app component directly. You can raise an issue here: Issues · mariodavid/cuba-component-data-import · GitHub and describe your expected behavior in more detail.

However, you can override the default behavior via code.

I created an example for this use case: GitHub - mariodavid/cuba-example-data-import-custom-parsing-logic

If you need any further help, feel free to ask.

Bye
Mario

1 Like

thanks a lot !

rgds
guillaume