roo-rb/roo

String values appended with quotes while converting to CSV

narayanan-venkat opened this issue · 0 comments

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