-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
The default name out.sqlite is quite generic:
$ sqlitebiter file test.csv
[INFO] convert 'test.csv' to 'test' table
[INFO] converted results: source=1, success=1, created-table=0
[INFO] database path: out.sqliteInstead, the name should be based on the input filename.
e.g. test.sqlite
Reactions are currently unavailable