OpenProjectExcel
OpenProjectExcel copied to clipboard
Multi select list field with comma in value can't be loaded
I have a multi select list field with a comma in the list value.
As soon as I upload the list, the values are created with exception of this list value with a comma in it.
The Excel-Sheet also deletes a space during the upload:
Before:

After:

Hi @JanFrankeDB ,
you have to use ";" instead of ",". (no blank after ";")
Best
Bernd
Hi @bpetraus , thanks for your reply. In my case the ", " is wanted because it is part of one list value. (It shouldn't be a multi select value). Thank you and best regards Jan