Fast Reports: Exporting to a CSV in Ruby
posted in today i learned
Need to quickly export a collection as a CSV? Ruby has an awesome class just for this (named CSV of course). With this class you can quickly output a csv string which can then be imported into Excel, Libre Office, etc.