Open xzebra opened 3 years ago
This could mess up the descriptions that contains commas, as we are currently using the semicolon as separator.
The most user-friendly solution is to escape them.
Also, when generating the CSV client side, we are assuming no semicolons are used in the description or names.
This could mess up the descriptions that contains commas, as we are currently using the semicolon as separator.