Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 657 Bytes

File metadata and controls

30 lines (22 loc) · 657 Bytes
language en
layout page
title Stringifier
date 2013-07-17 08:03:53 UTC
comments false
sharing false
footer false
navigation csv
github https://github.com/wdavidw/node-csv
source ./src/stringifier.coffee

Convert an array or an object into a CSV line.

write(line, [preserve])

Write a line to the written stream. Line may be an object, an array or a string The preserve argument is for the lines which are not considered as CSV data.

Stringifier(line)

Convert a line to a string. Line may be an object, an array or a string.