I am a newbie at trying to import CSV files into a Postgresql DB through rubymine. I am using rails 3.2.6
CSV file has the following fields: ID,media_code,active_status,comments
I have a Postgresql table already created with the same fields with no rows and want to import every field except the ID.
how could I use the Postgresql COPY command and where would I put the code within ruby mine. A real newbie question.
Your help would be much appreciated.
thanks in advance