oblyk / oblyk-app

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

CSV export and delimiters #71

Closed glthm closed 2 months ago

glthm commented 2 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 2 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 2 months ago

Oh, ok thanks Sorry for the inconvenience