sql - python - create table and insert data from csv -


i have numerous different .csv files structured -

"company", "column2", "column3" "abc corp", "john doe", "212,345" "dbe ltd", "victor smith", "234,345" 

i understand how write these csv files table, want write these new table may not know columns need dynamically scan .csv file column names first row create table portion.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -