You need to escape the \ and maybe use the absolute path.Hello,
I am having problems importing csv files into postgresql. I am hoping someone has had a similar problem and could help me troubleshoot.
I created a table that mimics the csv table I want to read from. I set privleges to "All" and have been attempting to execute the following procedure:
COPY BaxterCommercial WITH OIDS FROM 'H:\...\BaxterCommercial.csv'USING DELIMITERS ',';