Results 6 issues of Chris P

This command line flag skips the creation of a table if it already exists

When enabled, `--fts-all` adds FTS to all columns when converting input file to SQLite table. Changed function `generate_and_populate_fts()` in `utils.py` to handle `--fts-all`

Skip creation of table if the database contains a table with the same name.

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on or . Please include a minimal reproducible...

If I run something like this `csvs-to-sqlite some-data.csv database.db` How do I make the script skip this command if table 'some-data' already exists?

I've set up `metadata.json` to include the following... ``` { "description_html": "Log in before doing anything. If you can see the databases below, you're already logged in.", # Bunch more...