Support for commas in csv #21

Merged
svitvojimilioni merged 1 commits from ivdv/website:csv-comma into master 2023-10-01 16:27:10 +00:00
Contributor

If you surround the text in doublequotes ( " ) you can write commas inside.
In csv the escape character is also a doublequote so if you wanted to write doublequotes inside you would escape it by just using double doublequotes

Example:
31-10-2023, 19:00, "DC Krov https://www.openstreetmap.org/node/10594728522", " ""primer sa navodnicima"", za""r""ez "

Would yield the title: "primer sa navodnicima", za"r"ez

If you surround the text in doublequotes ( " ) you can write commas inside. In csv the escape character is also a doublequote so if you wanted to write doublequotes inside you would escape it by just using double doublequotes Example: `31-10-2023, 19:00, "DC Krov https://www.openstreetmap.org/node/10594728522", " ""primer sa navodnicima"", za""r""ez "` Would yield the title: `"primer sa navodnicima", za"r"ez`
ivdv added 1 commit 2023-09-29 22:21:15 +00:00
svitvojimilioni merged commit ac0d32559c into master 2023-10-01 16:27:10 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Decentrala/website#21
No description provided.