Wouldn't it be nice if you could have a button in TableTool to have it be imported via Postico? I know, it's not too difficult:
I have a CSV opened in TableTool
Now I switch manually to Postico (or start it, when it's not running)
File > Open CSV...
Navigate to the folder which contains the CSV and select it
For some reason Postico does not always detect the correct CSV-parameters
(ok, last step is more something for Postico: the ability to create the table based on the CSV data)
I imagine this works via some kind of command line API, sending the path and CSV-parameters to another program, so it could work with other programs as well. Maybe a shell-command to detect if the program is installed...
It should also be possible to import the CSV via other programs, like csvkit (but I'm not sure how this would work, because you need some kind of manner to specify parameters, like database and table).
Wouldn't it be nice if you could have a button in TableTool to have it be imported via Postico? I know, it's not too difficult:
I imagine this works via some kind of command line API, sending the path and CSV-parameters to another program, so it could work with other programs as well. Maybe a shell-command to detect if the program is installed...
It should also be possible to import the CSV via other programs, like csvkit (but I'm not sure how this would work, because you need some kind of manner to specify parameters, like database and table).