[go: up one dir, main page]

csv.js

0.1.0 • Public • Published

csv

Encodes Arrays, Objects or JSON as CSV

Getting Started

Install the module with: npm install csv

var csv = require('csv');

csv("[{\"prop\":\"value\"},{\"prop\":\"value2\"}]"); // "prop\nvalue\value2"

Documentation

(Coming soon)

Examples

(Coming soon)

License

Copyright (c) 2013 Jason Mulligan
Licensed under the BSD-3 license.

Package Sidebar

Install

npm i csv.js@0.1.0

Version

0.1.0

License

BSD-3-Clause

Last publish

Collaborators

  • avoidwork