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)
parse | converts a CSV string to a Javascript data array |
stringify | converts a Javascript data array to a CSV string |
delimiter | sets the default CSV delimiter |
escape | enables/activates the escape mode (activated by default) |