-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Probing to see if there's any interest to expanding upon this package to have a stdf2sql module. Rather than passing a folder destination, you would pass a connection (maybe using a SQLAlchemy engine to make it as widely compatible with most relational database implementations). I have a use case where this would be useful. In Metis' current state, one would need to extract/save the records as csvs, then read in and push the csvs to a database connection. Would make sense to cut out the middle steps and insert records as one traverses through the file. The stdf_input_file string would need to be the only added column across tables for primary key purposes.
Metadata
Metadata
Assignees
Labels
No labels