0

I'm making a copy from a postgres table to a csv file. My command is:

copy tableA to 'C:/test/tableA.csv' CSV DELIMITER ','  HEADER ENCODING 'UTF-8'

This command worked fine for millions of cases but now I have lines on the csv that are splitting. Probably in postgres records there are extravagant characters but I dont see nothing. Can anybody help me? Thank you

Vao Tsun
  • 47,234
  • 13
  • 100
  • 132
Gian Piero
  • 75
  • 1
  • 12

0 Answers0