mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-24 04:34:30 +00:00
parseCSV previously ignored the quoteChar parameter (named _). Since Go's csv.Reader only supports double-quote, we now pre-process the data to replace alternative quote characters before parsing.