COPY population
FROM '/Users/chittampalliyashaswini/Documents/population.csv'
DELIMITER ',' CSV HEADER;
I tried running this same command. I moved the population csv to the my documents folder.
This is the result I am getting.
ERROR: invalid byte sequence for encoding "UTF8": 0x00
CONTEXT: COPY population, line 1
********** Error **********
ERROR: invalid byte sequence for encoding "UTF8": 0x00
SQL state: 22021
Context: COPY population, line 1