petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.22k stars 190 forks source link

adoption of bcpandas for mssql batch inserts #633

Open vlasvlasvlas opened 1 year ago

vlasvlasvlas commented 1 year ago

Hi, i think would be nice to use the tool bcpandas for the "todb" use,

https://github.com/yehoshuadimarsky/bcpandas

im currently thinking of just invoking bcpandas taking the dataframe and use it to make batch inserts, but would be nice if this can be setup from whitin petl,

thanks!

juarezr commented 1 year ago

Some considerations: