Closed
Description
When evaluating -c
we currently use a temporary table maintained in Python space:
csvs-to-sqlite/csvs_to_sqlite/utils.py
Lines 74 to 84 in 24f7012
For handling larger CSV files (#16) this would work much better if it was a SQLite table that was queried and updated as we process data. This would also help make lookup tables re-usable across multiple CSVs across several runs of the command.
Metadata
Metadata
Assignees
Labels
No labels