For each row, I want to get the value of each table and insert them in an object as follows.
var reading= new Object(); reading.Name = (column1).value reading.Value = (column2).value
How can I do that?