A lightweight CSV parser.
Convert objects/arrays into a CSV string or write them into a CSV file
A CSV encoder stream that produces properly escaped CSVs.
Convert an array to a csv formatted string
A CSV reporter for Newman.
A CSV parser for node.js
Converts an array of objects into a CSV file. Saves CSV to disk or returns as string.
Adds a CSV response method to expressjs applications.
Converts a csv file to a json.
Convert objects/arrays into a CSV string or write them into a CSV file
Convert a csv formatted string to an array
A CSV stream reader, with many many features, and ability to work with the largest datasets
A CSV on the Web based XLSX parser with RDF/JS Stream interface
Splits a CSV read stream into multiple write streams
parse a CSV row string
Detect if a chunk of a string is a csv
Convert objects/arrays into a CSV string or write them into a CSV file (portable version)
Load a CSV file
Download an array of objects as a CSV file in the browser
Export table data as a CSV or Excel file, filter and print the data.
A CSV on the Web based XLSX parser with RDF/JS Stream interface
A CSV Toolbox utilizing Web Standard APIs.
Converts an array of objects into a CSV file. Saves CSV to disk or returns as string.
Convert array of objects to a CSV. No dependencies.
A tool for reading and replacing words in a CSV file.
A Rust library to parse the Bitpanda trades exported as CSV from your trades history
Concatenate directories of (possibly-compressed CSV) files into one CSV file
TUI CSV Editor
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.
No description provided.
No description provided.