Exported csv file is not in right lining with pgadmin
Posted
by
user938363
on Server Fault
See other posts from Server Fault
or by user938363
Published on 2014-06-11T19:39:09Z
Indexed on
2014/06/11
21:27 UTC
Read the original article
Hit count: 231
We exported a pg 9.3 table to csv file in pgadmin. The problem is that from about 10th line, the lining of the columns were messed up and did not line up correctly with the columns above. We tried a few times and every output has the same problem.
We follow the instruction on http://www.question-defense.com/2010/10/15/how-to-export-from-pgadmin-export-pgadmin-data-to-csv for export. The only difference that UTF8 is selected instead of localcharset.
What's the right way to export csv in pg?
© Server Fault or respective owner