CSV Parsers
This category does not have a description yet. You can add one on github!
0.98
Ruby Gem for convenient reading and writing of CSV files. It has intelligent defaults, and auto-discovery of column and row separators. It imports CSV Files as Array(s) of Hashes, suitable for direct processing with ActiveRecord, kicking-off batch jobs with Sidekiq, parallel processing, or opload...
2019
2020
2021
2022
2023
2024
0.66
FasterCSV is intended as a complete replacement to the CSV standard library. It
is significantly faster and smaller while still being pure Ruby code. It also
strives for a better interface.
2019
2020
2021
2022
2023
2024
0.24
Now you can use the super fast COPY for import/export data directly from your AR models.
2019
2020
2021
2022
2023
2024
0.06
csvreader - read tabular data in the comma-separated values (csv) format the right way (uses best practices out-of-the-box with zero-configuration)
2019
2020
2021
2022
2023
2024
0.04
Ruby CSV parser gem, written in pure C.
2019
2020
2021
2022
2023
2024
0.03
Bend CSVs to your will with declarative schemas.
2019
2020
2021
2022
2023
2024
0.01
CSV parsing awesomeness
2019
2020
2021
2022
2023
2024
0.01
Tabular is a Ruby library for reading, writing, and manipulating CSV, tab-delimited and Excel data.
2019
2020
2021
2022
2023
2024
0.01
csvhuman - read tabular data in the CSV Humanitarian eXchange Language (HXL) format, that is, comma-separated values (CSV) line-by-line records with a hashtag (meta data) line using the Humanitarian eXchange Language (HXL) rules
2019
2020
2021
2022
2023
2024
0.01
csvjson - read tabular data in the CSV <3 JSON format, that is, comma-separated values CSV (line-by-line) records with javascript object notation (JSON) encoding rules
2019
2020
2021
2022
2023
2024
0.01
CsvPirate is the easy way to create a CSV of essentially anything in Ruby, in full pirate regalia.
It works better if you are wearing a tricorne!
2019
2020
2021
2022
2023
2024
0.01
csvrecord - read in comma-separated values (csv) records with typed structs / schemas
2019
2020
2021
2022
2023
2024
0.01
csvyaml - read tabular data in the CSV <3 YAML format, that is, comma-separated values CSV (line-by-line) records with yaml ain't markup language (YAML) encoding rules
2019
2020
2021
2022
2023
2024
0.01
Provides a simple dsl for creating csv import tasks.
2019
2020
2021
2022
2023
2024
0.0
http://github.com/sparkboxx/csv_importer
Ever needed to import csv files where every row needs to be converted into a model?
The CSV importer turns every row of a CSV file into an object. Each column is matched and tested against a given class.
You can provide a dictionary with translations bet...
2019
2020
2021
2022
2023
2024
0.0
Turns csv files into hashes without reading the entire csv into memory
2019
2020
2021
2022
2023
2024
0.0
Yet another CSV parser with CSV header validation, based on CCSV (http://github.com/fauna/ccsv/).
2019
2020
2021
2022
2023
2024