Re: Import csv in PostgreSQL

2018-10-14 Thread Gabi D
it must be something in your data. either you have ',' (which you specified as your delimiter) in the data itself or you have end of line chars embedded in the data. Try a file with one row only and see what happens. If it's ok try a few more - possibly the problem lies in some other row. add more

Import csv in PostgreSQL

2018-10-14 Thread Dinesh Chandra 12108
Hi, I have a CSV file having only 400 records. I have to import it in DB table, it's working fine but why it's importing 1047303 rows as I have only 400 records are present in that file. Could you please help me on this? [cid:image001.png@01D46477.F29B0B00] Regards, Dinesh Chandra __