Answer the question
In order to leave comments, you need to log in
How to parse a google spreadsheet into an object?
There is a table for generating a complex object with different nesting. The number of columns can be dynamic (2, 3.4, etc.). The last column is the final value of the property.
How to properly parse a table so that the result (in this case) is an object of the form:
obj1: {
prop1: val1
},
obj27: {
prop2: val2,
prop3: val3,
obj45: {
prop4: val4,
prop5: val5
},
obj6: {
prop6: val6
},
prop7: val7
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question