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

Can table conversion with input be supported? #51

Closed supermanzzZ closed 4 years ago

supermanzzZ commented 4 years ago

There are some inputs in my table, and I want to convert the values in input to json.Now the effect is to skip the input value directly.Is there any solution? Thanks

Mottie commented 4 years ago

Hi @supermanzzZ!

Use the extractor option to get the input value instead of the text.

supermanzzZ commented 4 years ago

Thank you a lot for your reply :) I'm sorry I didn't read the document in detail.