simonw / datasette-app-support

Part of https://github.com/simonw/datasette-app
4 stars 2 forks source link

`/-/import-csv-file` API #6

Closed simonw closed 3 years ago

simonw commented 3 years ago

Originally posted by @simonw in https://github.com/simonw/datasette-app/issues/48#issuecomment-914587149

simonw commented 3 years ago

Triggered when the user requests to import a CSV file into a specific database.

POST /-/import-csv-file
{"path": "/tmp/data.csv", "database": "database_name"}