datasette-upload-csvs icon indicating copy to clipboard operation
datasette-upload-csvs copied to clipboard

Datasette plugin for uploading CSV files and converting them to database tables

Results 6 datasette-upload-csvs issues
Sort by recently updated
recently updated
newest added

This PR adds the ability to append rows if a target table already exists. We use Datasette for a project related to extractive industries' transparency, and the ability to append...

> Need to consider permissions here too. Currently: > > https://github.com/simonw/datasette-upload-csvs/blob/a0b64f7fb584c4a3b88c40c6de0cb554d8d43256/datasette_upload_csvs/__init__.py#L46-L50 > > That needs to take the database into consideration as well. > > Good opportunity for me to...

After importing a small CSV, I used datasette enrichments to generate a full_address field, and an opencage_json field. The problem is that I can't see the full opencage_json data. I...

I just installed datasette with pipx (Ubuntu 22.04), and I injected datasette-upload-csvs with: `pipx inject datasette datasette-upload-csvs` Then I launch datasette with root permissions `datasette --root` and click on the...

Make it easier for people to start using this plugin by showing them a prompt if their database is empty. Could show that prompt at the bottom of the table...

enhancement

Importing CSV files is tricky when there's a chance they might actually be TSV, or may use an unexpected encoding or strange escaping rules. I can address many of these...

enhancement