Hello,

I'm currently using FasterCSV to parse CSV files. Problem I have is that
currently, I have to go through a two step process. I receive the CSV
file, I have to open it, and then Save it as CSV (MSDOS) format for
FasterCSV to read it without errors. If i try to submit it raw, my
application throws me an exception (either, Malformed CSV Error, or, CSV
file error).

Is there something I am missing from FasterCSV. Maybe someway to make it
universally compatible to all CSV formats? Or is there a better CSV
Parser out there for RoR that I can use?

Any help would be extremely appreciated.

Thanks!
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to