Kelly
Kelly

Reputation: 1

ERROR: could not open file "C:\Users\kelly\Downloads\orders_data.csv" for reading: No such file or directory

It shows this when I try to import a csv file to my postgresql

I did this but still shows similar error

COPY public."orders_data" from 'C:\Users\kelly\Downloads\orders_data.csv' DELIMITERS ',' csv Header;

I have created my table already, I just want to import the csv files into the table but I keep getting error message

Upvotes: 0

Views: 266

Answers (0)

Related Questions