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

Typecast certain columns #60

Open anubhavrawal opened 2 years ago

anubhavrawal commented 2 years ago

I am having problem typecasting my table's one column to a integer type as everything is being read a string

lightswitch05 commented 2 years ago

This is not a feature that is supported, you will have to cast the values yourself