Convert CSV files into a SQLite database.[1]
Syntax
csvs-to-sqlite [PARAMETER ...] FILE/DIRECTORY [...] DATABASE
Parameters
- -I COLUMN, --index COLUMN
- Add index on this COLUMN (or a compound index with -i col1,col2).
- --replace-tables
- Replace tables if they already exist.
- -s SEPARATOR, --separator SEPARATOR
- Field SEPARATOR in input CSV file.
- -t TABLE, --table TABLE
- TABLE to use (instead of using CSV filename).
References