I have a form that I’d like to export data from into a CSV file. However, the form contains a multi-select checkbox control. If a user has selected multiple options, these are exported with commas between them, which basically messes up the field layout - i.e. the second selection pushes subsequent columns over. As a result, I can’t process the file very automatically…
Is there any way to set thins up so that this type of field (checkbox, multi-select) is exported in a way that does not include commas within the data?