oblyk / oblyk-app

App part of Oblyk Project. The open source climbing platform !
https://oblyk.org/
34 stars 13 forks source link

CSV export and delimiters #71

Closed glthm closed 6 months ago

glthm commented 7 months ago

Issue: Exporting a list of route as csv does not work properly when route names or descriptions contain commas (as the comma is the delimiter used for these csv exports

Proposed solution: escape commas when exporting to csv

lucien-chastan commented 6 months ago

Hi @glthm The separator of .csv exports is a tab (so we should say .tsv, but nobody knows this "format"). have you tried opening the export with 'tab' as the separator?

glthm commented 6 months ago

Oh, ok thanks Sorry for the inconvenience