JohnTendik / jtrt-tables

A Wordpress plugin to help users create responsive tables without having to read or write code.
GNU General Public License v2.0
22 stars 6 forks source link

Commas cause errors #5

Closed SimpleProgrammingAU closed 8 years ago

SimpleProgrammingAU commented 8 years ago

If this was a line within the CSV:

"Cupping Notes","Rich chocolate, fruit and nuts, toffee. A solid dependable Colombian from the Huila growing region. Cocoa and Malt aroma"

It would throw an error saying that there were too many columns in this row.

JohnTendik commented 8 years ago

Hi MowgliB,

Can you send me a copy of you CSV file? I will do some testing and try and figure out if I can find a fix for it. I think this is probably caused by the csvtohtml Jquery script, sometimes if the column headers or data is too long it will give off the "too many in this row" message.

Thanks for trying out my plugin! John

JohnTendik commented 8 years ago

Opps I didn't mean to lock this.