maugenst / tabletojson

An npm module for node.js to convert HTML tables to JSON objects
https://www.npmjs.com/package/tabletojson
MIT License
138 stars 38 forks source link

Checkout Table-to-JSON for jQuery #1

Closed iaincollins closed 4 years ago

iaincollins commented 10 years ago

Look at table to JSON for feature ideas, to see what could be ported over and or integrated. http://lightswitch05.github.io/table-to-json/

maugenst commented 6 years ago

Hi Iain... Going top down I'm implementing right now some of the features shown there. CU, Marius

maugenst commented 6 years ago

Hi Iain

I Implemented in the last version the support for ignoreColumns,onlyColumns,ignoreHiddenRows and headings.

allowHTML is imho tackled by stripHtmlFromHeadings and stripHtmlFromCells.

includeRowIdis a bit trickier since it messes up the resulting object. I don't think that we should do it right away ... what do you think?

BR, Marius