but.. csv; 479 byte CSV parser/builder
fast-csv formatting module
CSV parser and writer
fast-csv parsing package
CSV parsing implementing the Node.js `stream.Transform` API
CSV stringifier implementing the Node.js `stream.Transform` API
Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite
A mature CSV toolset with simple api, full of options and tested against large datasets.
CSV and object generation implementing the Node.js `stream.Readable` API
A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
Convenient parsing for Fetch.
TypeScript definitions for react-csv
Pure Javascript JSON to CSV converter.
Token-Oriented Object Notation (TOON) – Compact, human-readable, schema-aware encoding of JSON for LLM prompts
Convert objects/arrays into a CSV string or write them into a CSV file
Object transformations implementing the Node.js `stream.Transform` API
Streaming CSV Parser. Made entirely out of streams.
A tool concentrating on converting csv data to JSON with customised parser supporting
Easily create CSV data from json collection
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Build CSV files on the fly basing on Array/literal object of data
A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
Fast CSV parser
The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.
Decorate ruby CSV library to sanitize output CSV against CSV injection attacks.
CSV Validator
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.
CSV formatter for SimpleCov
This library performs diffs of CSV data, or any table-like source. Unlike a standard diff that compares line by line, and is sensitive to the ordering of records, CSV-Diff identifies common lines by key field(s), and then compares the contents of the fields in each line. Data may be supplied in the form of CSV files, or as an array of arrays. The diff process provides a fine level of control over what to diff, and can optionally ignore certain types of changes (e.g. changes in position). CSV-Diff is particularly well suited to data in parent-child format. Parent- child data does not lend itself well to standard text diffs, as small changes in the organisation of the tree at an upper level can lead to big movements in the position of descendant records. By instead matching records by key, CSV-Diff avoids this issue, while still being able to detect changes in sibling order. This gem implements the core diff algorithm, and handles the loading and diffing of CSV files (or Arrays of Arrays). It also supports converting data in XML format into tabular form, so that it can then be processed like any other CSV or table-like source. It returns a CSVDiff object containing the details of differences in object form. This is useful for projects that need diff capability, but want to handle the reporting or actioning of differences themselves. For a pre-built diff reporting capability, see the csv-diff-report gem, which provides a command-line tool for generating diff reports in HTML, Excel, or text formats.
CSV Import for humans
CSV template handler for Rails. Enables :format => 'csv' in controllers, with templates of the form report.csv.csvbuilder.
A fast Ragel-based CSV parser, compatible with Ruby's CSV
Tolerant, liberal CSV parsing
Instant CSV support for Rails
Convert CSV to Excel xlsx, Excel xlsx to CSV.