loading data into rails applicaton

Posted by ash34 on Stack Overflow See other posts from Stack Overflow or by ash34
Published on 2010-05-07T06:38:37Z Indexed on 2010/05/07 6:48 UTC
Read the original article Hit count: 288

Filed under:
|

Hi,

I have a list of rows in an excel sheet which I need to load as historical transactions into a table in my rails applications. I saved the excel file as a csv file. I tried using csv from the standard library but keep getting the following exception CSV::IllegalFormatError.

Not sure how to even figure out where the problem lies. Any suggestions on how to do this.

thanks, ash

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby