Hi experts,
I have a data source which is loading CSV files and it's working fine. This data source is using ";" to seperate columns.
The file loaded in the data source contains those information:
Number | Material | Quantity |
1 | AAAA | 2 |
Thse issue is that the column Material will contains in few days material names with special characters, and among those characters, i have ";".
So, i'm afraid that the data source understands those semicolon as columns to be separated.
How can i manage this case?
Thanks.
Amine