I would like to import a local csv file into a table on a db in the cloud. I know this is a recurring issue for users, but I have not found a clear, concise answer for my situation, which I believe to be common.
My question: How do I use the correct COPY or \copy command? (I have zero psql experience) How do I format the location of the file I want to import?
My situation: I only have pgAdmin on my local Windows computer, from which I am running the sql code. The db I am connected to is in the cloud. I am not a superuser, but have write permissions to the table I'm attempting to add data to.