roo-rb / roo

Roo provides an interface to spreadsheets of several sorts.
MIT License
2.78k stars 503 forks source link

String values appended with quotes while converting to CSV #523

Open narayanan-venkat opened 4 years ago

narayanan-venkat commented 4 years ago

I found out that is due to this set of code in lib/roo/formatters/csv.rb when :string %("#{onecell.gsub('"', '""')}") unless onecell.empty?

can you provide an option to convert strings to csv without quotes? @chopraanmol1