vikunja/pkg/modules/migration/csv
kolaente 56c4d97b50 feat(migration): add skip rows option to CSV import
Allow users to skip the first N data rows when importing CSV files.
This is useful when the CSV contains metadata rows before the actual
task data begins. Adds skip_rows to ImportConfig (backend) and a
number input in the parsing options UI (frontend).
2026-04-07 15:48:15 +02:00
..
csv.go feat(migration): add skip rows option to CSV import 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