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 parser and writer
fast-csv formatting module
fast-csv parsing package
CSV parsing implementing the Node.js `stream.Transform` API
A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.
No description provided.
Map and Set with automatic key interning
Fixes stack traces for files with source maps
CSV stringifier implementing the Node.js `stream.Transform` API
Fixes stack traces for files with source maps
Convenient parsing for Fetch.
Object transformations implementing the Node.js `stream.Transform` API
Source code handling classes for webpack
TensorFlow Data API in JavaScript
CSV and object generation implementing the Node.js `stream.Readable` API
Convert objects/arrays into a CSV string or write them into a CSV file
Persistent ordered mapping from strings
Curated collection of data structures for the JavaScript/TypeScript.
A tool concentrating on converting csv data to JSON with customised parser supporting
Generates and consumes source maps
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
Easily create CSV data from json collection
A package for manipulating IPv4/IPv6 address space.
DSL to map a CSV to a Ruby Hash
CsvOmg easily lets you map CSV to objects. Inspired by happymapper.
Build CSV files from record collections using a declarative DSL with column definitions, custom transforms, filtering, sorting, pagination via limit/offset, computed footer rows, row numbers, streaming output, custom delimiters and line separators, TSV/PSV shorthands, row validation, header transforms, total rows, append-to-file support, and custom empty-value placeholders.
A zero-dependency Ruby gem for transforming data between formats with a mapping DSL, field renaming, type conversion, validation, and CSV support.
Map JSON fields into CSV columns easily
Simplify CSV to Model mapping and vice versa.
maps a csv file to another csv file
Virgola is a CSV to object mapper.
Creates an object from a csv row according to yml-file with mapping rules
Rails plugin to allow a user to map the fields of a CSV to an expected list of fields
ActiverecordDataImporter is enable to load and import file (format is csv, json) for ActiveRecord's model. For example, when you must use and import master data(ex. game character, enemy, and item stc), it will help you.