Postico
Postico copied to clipboard
Import CSV create table
Add an option to create a new table from imported csv data.
This would be nice!
Importing some data just for some processing would be much less of a hassle. Some features that I would like:
- option to import to a temp table
- column names should be taken from header row (or
column_1, ... if no header is present) - postico should try to guess common column types
+1 for import from csv into a new (or existing) temp table
+1 from me, too. At the moment, I'm using TablePlus to import a .csv file to a new table, then I switch back to Postico because the interface is much nicer.