vikunja/pkg/modules/migration/csv
kolaente c0b90ba009 fix(migration): improve error message when CSV config is missing
Replace the misleading ErrNotACSVFile with a new ErrCSVConfigRequired
error in the Migrate method. The new error explains that the CSV
migrator requires a column mapping configuration and points to the
correct /migration/csv/detect endpoint.
2026-04-07 15:48:15 +02:00
..
csv.go fix(migration): improve error message when CSV config is missing 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(migration): use echo/v5 and fix handler patterns in CSV handler 2026-04-07 15:48:15 +02:00