pgfutter icon indicating copy to clipboard operation
pgfutter copied to clipboard

Import CSV and JSON into PostgreSQL the easy way

Results 55 pgfutter issues
Sort by recently updated
recently updated
newest added

Hello, pgfutter was working well (some months ago). Now my Mac upgraded to Monterey 12.3.1. Now any try to run pgfutter throws: ``` ./pgfutter --help fatal error: runtime: bsdthread_register error...

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...

I downloaded Postgresql13 on a new Windows server and i am trying to use Pgfutter there with a simple import and it won't give me any error, just moves to...

pgfutter crashes when trying to upload large csv file ```bash pgfutter --port 1337 csv train_transaction.csv 394 columns [TransactionID isFraud TransactionDT TransactionAmt ProductCD card1 card2 card3 card4 card5 card6 addr1 addr2...

This command creates no table, no log, no errors, no nothing. Any obvious reason why? (I have confirmed the exe is valid by first running --help and that works fine)...

15Mb CSV file: `panic: runtime error: index out of range goroutine 1 [running]: main.copyCSVRows(0xc4200459a0, 0xc420056b40, 0x0, 0x73fa7a, 0x1, 0xc42017a000, 0x31, 0x40, 0xc4200459a0, 0x0, ...) /usr/src/pgfutter/csv.go:99 +0x747 main.importCSV(0x7fffb31bc2c1, 0x30, 0xc420066100, 0x71,...

This PR addresses the following: - Logs fatal errors that would otherwise go unnoticed (e.g. the program used to exit without any output) - Fixes the master build by replacing...

Add a random number for the column's name while column's name is duplicated

/opt/jboss/pgfutter --db database --table tableName --user userName--pass password --host local --schema public csv --fields "columna0,columna1,columna2,columna3,columna4,columna5,columna6,columna7,columna8,columna9,columna10,columna11,columna12,columna13,columna14,columna15,columna16,columna17,columna18,columna19,columna20,columna21,columna22,columna23,columna24,columna25,columna26,columna27,columna28,columna29,columna30,columna31,columna32" --delimiter ";" filename.csv pgfutter reports "wrong number of fields in line" when execute command on...

I cannot seem to get pgfutter to run at all in my Ubuntu terminal. I keep getting: `pgfutter: command not found error` running ./pgfutter gives me the help options but...