Top "Fastercsv" questions

Popular Ruby library/gem for working with CSV format files.

How to write columns header to a csv file with Ruby?

I am having trouble writing columns to a csv file with Ruby. Below is my snippet of code. calc = numerator/…

ruby ruby-on-rails-3 csv fastercsv
CSV - Unquoted fields do not allow \r or \n (line 2)

Trying to parse a CSV file, but still getting the error message Unquoted fields do not allow \r or \n (…

ruby-on-rails ruby csv fastercsv
What is Ruby 1.9 standard CSV library?

When I try the FasterCSV gem on my application I get this error: Please switch to Ruby 1.9's standard CSV …

ruby csv fastercsv
Importing CSV data into a ruby array/variable

I am trying to use a CSV as a settings file in a plugin for the SiriProxy project to use …

ruby-on-rails ruby csv fastercsv
Example Application of FasterCSV

I'm very new to Ruby on Rails and web programming as well. Can someone show me some example of FasterCSV …

ruby csv fastercsv
fastercsv error with ruby 1.9.2

I have an existing rails application I'm running on ruby 1.9.2 and linux its rails version is rails 2.3.8 and it has …

ruby-on-rails ruby gem fastercsv
How do you change headers in a CSV File with FasterCSV then save the new headers?

I'm having trouble understanding the :header_converters and :converters in FasterCSV. Basically, all I want to do is change column …

ruby fastercsv
Rails FasterCSV "unquoted fields do not allow \r or \n"

I'm having an issue with FasterCSV and my rake db:seeds migration. I get the error: "rake aborted! Unquoted fields …

ruby-on-rails ruby migration fastercsv
Overcoming a basic problem with CSV parsing using the FasterCSV gem

I have found a CSV parsing issue with FasterCSV (1.5.0) which seems like a genuine bug, but which I'm hoping there's …

ruby fastercsv
How do i skip over the first three rows instead of the only the first in FasterCSV

I am using FasterCSV and i am looping with a foreach like this FasterCSV.foreach("#{Rails.public_path}/uploads/transfer.…

ruby-on-rails ruby ruby-on-rails-3 rubygems fastercsv