My problem is when a user tries to export a .csv where the message text they typed contains commas. The exported .csv file then splits the message text at every comma and creates multiple fields (ie: if the message contains 3 commas then the .csv file creates 3 separate message input text's)
Is there any way to solve this without exporting the file as a .txt and keeping it as a .csv?
If your fields contains values with a comma (your number-delimiter for thousands) you could not use comma as delimiter for the csv. Change this to semicolon or tab or change your number-format.