News

Tabular to object array data without type inference and validation. Header included in the data. If header option is not defined, this option will be used to determine how to generate property keys ...
Try putting your tab-delimited data in an element you can select using Javascript: var container = document.getElementById("csv"); var tabbedData = container.innerHTML; var tableHTML = ...