I am writing a .csv file to postgres. When I view the data in the browse tool it looks fin, but when I write the data to postgres the data has an encoding issue.
I append the data to an existing table in the database. The data in the table has correct encoding.
Any help?
Thank you.