digital-preservation / csv-validator

CSV Validation Tool and API (CSV Schema RI)
http://digital-preservation.github.io/csv-validator
Mozilla Public License 2.0
205 stars 55 forks source link

Feature Request: Drag and drop files into the CSV and CSVS text boxes #472

Open sparkhi opened 11 months ago

sparkhi commented 11 months ago

There should be an ability to drag and drop the CSV and CSVS files into the respective text boxes for ease of use.

steve-daly commented 1 month ago

Rather than having to drop onto the exact boxes, I wonder about dropping in the top portion of the window, and a CSV file can automatically land in the CSV box and a CSVS file could land in the CSVS box. Ideally you could pick up both CSV and CSVS files and drop them at the same time, and have them land in the right place. Dropping more than 2 files, or invalid mixes of files (e.g. 2x CSV or 2x CSVS, or any other formats) should cause the drag/drop to fail.

techncl commented 1 month ago

Just to let you know, I'm looking into this