lukasmartinelli / pgfutter

Import CSV and JSON into PostgreSQL the easy way
MIT License
1.33k stars 128 forks source link

pgfutter doesn't correctly honor --table names #81

Open raindog308 opened 2 years ago

raindog308 commented 2 years ago

If I do this:

pgfutter --table 2010_Q1_sub csv -d $'\t' 2010_Q1_sub.tsv

Then I end up with a table called import._2010_q1_sub

I did not request the leading underscore. There is no existing 2010_q1_sub table prior to import in this example.

marcuzz0 commented 2 years ago

same problem