csv

Csv serialzation and parsing.

Can convert data to the csv string or split csv string in data array (undestand and produces correct escaping, fully compatibly with Excel's CSV output)

Methods
parse converts a CSV string in a Javascript data array
stringify converts a Javascript data array in a CSV string
Other
delimiter sets the default CSV delimiter
escape enables/activates the escape mode (activated by default)
Back to top