Hi @chris99m
Yes this is possible
You can apply split function in each text with “,”
and then map the values into corresponding columns with get function
I kind of solved the problem by changing the Delimiter character to a semicolon. This happens because of Excel’s language settings.
In the english speaking version the Delimiter is set to “,” in other languages to “;”
However I would like to have a global approach. I want whoever opens the csv file to have the data split according to the columns. Thank you for explaining your approach - I think it might help I’ll try it out.