Open cody-scott opened 4 days ago
Implement a folder based load where a list of csv files are loaded in bulk.
Method would be more chunk based to ingest to sql, with final io loading everything in as a single final import.
Should this be a separate io or am extension of the current one.
Separate then calling the normal one seems cleaner. Makes it clear the intent of the io
Implement a folder based load where a list of csv files are loaded in bulk.
Method would be more chunk based to ingest to sql, with final io loading everything in as a single final import.