Hello NuovaFolati,
Here is the content of a just exported CSV file with the selected data separator 'Semicolon':
Code:
text-1;number-1;checkboxgroup-1;checkboxgroup-2
one selected;10;value1;value1
two selected;11;value1, value2;value1, value2
three selected;12;value1, value2, value3;value1, value2, value3
The specific data separator can be set:
Form configuration, tab 'Separator', options 'Comma' and 'Semicolon'.
The field names are separated by semicolons in the first line.
Then come the data lines, in which the data is separated by semicolons.
There are 4 fields included with the following types in the following order:
- Number,
- text,
- first checkbox group,
- second checkbox group.
The selected options of a checkbox group are separated by commas:
Code:
value1, value2, value3
Data separator 'Semicolon' is best suited for importing into Excel.
Without making any further changes to the configuration in Excel, the file above opens as follows:
vi-solutions.de/forum-uploads/csv-export_excel-view.png
HTML-tags, especially a br-tag, are not involved here.
However, HTML-tags can certainly appear in the field data.
Kind regards, Ingmar