csv, API Reference Webix Docs

StartAPI Reference

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