vikunja/frontend/src/services/migrator
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
..
abstractMigration.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
abstractMigrationFile.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
csvMigration.ts feat(migration): add skip rows option to CSV import 2026-04-07 15:20:06 +00:00