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

Create tests for various types of table #7

Closed iaincollins closed 4 years ago

iaincollins commented 8 years ago

There are multiple examples of tables with multiple headings it fails to parse but no explicit test yet.

At least knowing which cases are not yet supported and having tests for table formats it does support should make it easier for people to see if this library is even worth trying for them, and to improve support in the future.

Request for tables

If folks could paste in examples below with example of HTML tables that are quirky (but work) or ones that don't work I'll create tests for them and try and fix the support ones that don't work.

Please don't worry if they are badly formatted or nasty looking markup. URLs are also fine.

iaincollins commented 4 years ago

Um I guess I am safe to close this now. :-)

Thanks for all the amazing work @maugenst you do on this project 👍 :D