Useless Code

Self-deprecating Open Source

Ucsv.js: A simple JavaScript CSV library

UCSV is a small library for importing and exporting CSV into and out of ECMAScript programs. CSV text is imported into either a two-dimensional array, or an array of objects. Likewise a collection of arrays or objects can be converted into CSV text with a single function call.

Features

The project is available on Github