vikunja/pkg/modules/migration/csv
kolaente 3437f98dc3 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:20:06 +00:00
..
csv.go feat(migration): add skip rows option to CSV import 2026-04-07 15:20:06 +00:00
csv_test.go feat(migration): add generic CSV import with column mapping 2026-04-07 15:20:06 +00:00
handler.go feat(migration): add generic CSV import with column mapping 2026-04-07 15:20:06 +00:00