Warning: Undefined variable $theme in /home/public/javascript/csv/index.php on line 4

Deprecated: htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated in /home/public/enrober/enrober.php on line 939

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