Error when importing csv file to postgres database in AWS RDS:
Code:
COPY public."tableTest" FROM 'C:\Temp\tableTest.csv' DELIMITER ';' CSV HEADER ENCODING 'LATIN1';
Erro:
If I try to import it into my postgres on my desktop, it works. The error only happens in RDS and I am using the same database structure.
