DataDriver

Data parsing for different format.

Collection of data parsing objects. Good place for adding custom data loading format.

Other
csv the parser for data of the CSV format.
excel parser for uploaded Excel files or loaded as ArrayBuffer
html the parser for data of the HTML format.
htmltable the parser for HTML tables.
jsarray the parser for data of the JSArray format.
json the parser for data of the JSON format.
xml the parser for data of the XML format.
Back to top