lightswitch05 / table-to-json

Serializes HTML tables into JSON objects.
http://lightswitch05.github.io/table-to-json/
MIT License
756 stars 172 forks source link

Skip columns where headers are not present #38

Closed noma4i closed 7 years ago

noma4i commented 7 years ago

this fix address issue with data looks like:

{
  "Name": "Alex",
  "":"",
 "Type": "human",
 "":"" 
  },

Usually this is a problem with tables where column with buttons(edit/delete) has no header and is useless.

lightswitch05 commented 7 years ago

released in 0.13.0. Thank you for your contribution!