vikunja/pkg/modules/migration/csv
kolaente 5317a87d90 fix(migration): use quoteChar parameter in CSV parser
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.
2026-04-07 15:48:15 +02:00
..
csv.go fix(migration): use quoteChar parameter in CSV parser 2026-04-07 15:48:15 +02:00
csv_test.go feat(migration): add generic CSV import with column mapping 2026-04-07 15:48:15 +02:00
handler.go fix: lint 2026-04-07 15:48:15 +02:00