Closed MueJosh closed 4 months ago
@MueJosh in CSV format, values containing spaces or commas can/should be enclosed in quotes.
What do you mean add dashes on first row?
@MueJosh in CSV format, values containing spaces or commas can/should be enclosed in quotes.
What do you mean add dashes on first row?
ohh, youre right!
If data gets imported that containes commas in the first row (of each cell) they get converted to dashes (so it works properly). Thats not needed tho, I didnt realize that ,"example, text", ... is the way to go for csv.
@MueJosh also if any text contains quotes (") they must be escaped.
changing comma with dashes in the first row of all cells.
new export for CSV removing quote marks so other programs can handle the data correctly
CSV = Comma-separated values and not quotation-seperated values