pgfutter
pgfutter copied to clipboard
No import and almost no response ?
Hi I have tried PGFutter on two windows servers today... I am unable to get the program to import... I does not give any response... Only if I really mess up with one of the the options I can get a "Incorrect Usage. flag provided but not defined: -usr" Every other trial - for instance to provide a filename that does not exist - nothing
Very strange... Any ideas ?
pgfutter --dbname mydatabase --username myusername --pass szxecretz --host 127.0.0.1 --jsonb json aws.json
I found pgfutter today and tried it - same issue. My command below:
$ pgfutter --dbname "lntest" --username "lnuser" --pass "lnpass" --host "127.0.0.1" --table "ln_fake_data" csv fake_test_data.csv
I tried with and without quotes for the arguments. No error, but the data is not imported into the lntest database: postgres=# \c lntest You are now connected to database "lntest" as user "postgres". lntest=# \dt Did not find any relations.
It's so sad to realize that this nice piece of software has stopped being possible to use on Windows... :-(
This basically doesn't work for me.
I suspect that the "failing silently" part of this is fixed with the (currently open) pull request #67.
The "failing silently" issue appears to be persisting on Linux
Same issue here. I followed this Youtube tutorial. No errors, but no table creation either. When I press Enter it just goes to a new line.