CSV template handler for Rails. Enables :format => 'csv' in controllers, with templates of the form report.csv.csvbuilder.
This simple plugin gives you the ability to call to_csv to a collection of activerecords. The builder options are the same as to_json / to_xml, except for the :include.
CSV template handler for Rails. Enables :format => 'csv' in controllers, with templates of the form report.csv.csvbuilder.
Provides API for building response based on ActiveRecord::Relation objects (json, csv, even using custom view builder). It makes much easier to fetch information from database for displaying it for example using JavaScript MV* based frameworks (such as Knockout, Backbone, Angular, etc), in csv format or even with any custom format. Tags: json, csv, grid, api, grid builder, activerecord relation builder, relation
CSV template Rails plugin
Create CSV structures with a Builder-style DSL
CSV template Rails plugin
ActiveRecord CSV Builder
Large CSV builder and proccesor, it can help with creation of large csv files, reading those files and make operation over the csv data
This command line tool ingests a CSV file with a specific format and creates an Airtable base out of the contents.