pgfutter icon indicating copy to clipboard operation
pgfutter copied to clipboard

No import and almost no response ?

Open ThorkilG12 opened this issue 6 years ago • 7 comments

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 ?

ThorkilG12 avatar Jul 18 '18 23:07 ThorkilG12

pgfutter --dbname mydatabase --username myusername --pass szxecretz --host 127.0.0.1 --jsonb json aws.json

symgryph avatar Aug 08 '18 01:08 symgryph

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.

willbarnett avatar Jan 02 '19 22:01 willbarnett

It's so sad to realize that this nice piece of software has stopped being possible to use on Windows... :-(

ThorkilG12 avatar Feb 21 '19 10:02 ThorkilG12

This basically doesn't work for me.

rosenjcb avatar Mar 12 '19 13:03 rosenjcb

I suspect that the "failing silently" part of this is fixed with the (currently open) pull request #67.

raginjason avatar Sep 06 '19 23:09 raginjason

The "failing silently" issue appears to be persisting on Linux

Bericender avatar Apr 13 '20 13:04 Bericender

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.

EricPostMaster avatar Sep 26 '20 01:09 EricPostMaster