mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-18 15:52:38 -05:00
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).