A CSV file manipulation library with a fluent API à la Lodash
Import export with csv for strapi 5
Async npm module for Node JS that loads, writes, and checks data operating with CSV files.
Validation helpers for zod specifically for parsing CSV data. This is particularly useful when dealing with CSV data that needs to be validated before being processed.
Simple and useful tools to work with CSV files.
Download a basic layout Excel file with CSV-style data.
A small commandline utility for working with CSV files
Helpers to deal with CSV format
CSV parsing implementing the Node.js `stream.Transform` API
CSV parser and writer
fast-csv formatting module
fast-csv parsing package
Nodejs library which helps with CSV file management.
Fast and compact CSV parser for parsing CSV with CSV to JSON support.
Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite
CSV stringifier implementing the Node.js `stream.Transform` API
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
Internationalize and manage your website easily with (CSV or JSON to i18n)
A mature CSV toolset with simple api, full of options and tested against large datasets.
Utilities for working with CSV files and SQLite
CSV and object generation implementing the Node.js `stream.Readable` API
TypeScript definitions for react-js-table-with-csv-dl
A library for working with CSV documents
A tool concentrating on converting csv data to JSON with customised parser supporting
CSV parser with header plugin for Fluent
Generate csv with byte order mark for Active Admin
Parses csv files with schema file read by other file input plugins.
Parses Csv With Default Value files read by other file input plugins.
Export file with stream, free your thread
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