csv

CSV serialization and parsing.

Can convert data to a CSV string or split a CSV string to a data array (understands and produces correct escaping, fully compatible with the Excel's CSV output)

Methods
parse converts a CSV string to a Javascript data array
stringify converts a Javascript data array to a CSV string
Other
delimiter sets the default CSV delimiter
escape enables/activates the escape mode (activated by default)
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.