vividvilla/csvtotable

Uncaught TypeError: Cannot read property 'mData' of undefined

roberdam opened this issue · 2 comments

Attached the CSV
data.zip

This is happening due to the quotes in your data. By default, csvtotable uses | as the quoting character instead of ".
Using csvtotable -q '"' data.csv data.html will render the page properly.

Works great now!, thanks @crazymerlyn !