CSV.js – CSV Parsing and Encoding in JavaScript
Posted · Category: License Free, Tools
A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form. A CSV file consists of any number of records, separated by line breaks of some kind; each record consists of fields, separated by some other character or string, most commonly a literal comma or tab. CSV.js is a simple, blazing-fast CSV parsing/encoding in JavaScript. Compatible with browsers, AMD, and NodeJS.
Requirements: JavaScript Framework
Demo: https://github.com/knrz/CSV.js
License: License Free
0 Comments