This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Import of CSV files for DB upload #28
Open
Description
@danfowler had an interesting idea. When a person uploads a database file, the server side should also accept and import CSV files.
This probably wouldn't be hard to do (eg detect CSV format, convert to SQLite, import that). We may be able to extend it to other files types as well.