Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.