|
|
|
|
|
by djbusby
1037 days ago
|
|
Have you tried the trick where you put CSV into SQLite? I do that. Many, maybe linked, CSVs. Load all into SQLIte, query, filter, sort, etc. In the repos to process we have only scripts to load and filter. The SQLite things are short lived. Also, memory only SQLite FTW! |
|
Really nice.