Forum Discussion
data4thewin
9 years agoFrequent Visitor
Extracting Data from a JSON Blob Column
I have a table that contains a JSON Blob in one of it's columns. Can I extract the data into a tabular format? {"$version":1,"observations":{"pests":{"41":{"count":{"unit":{"id":3,"name":"per t...
- Anonymous9 years ago
Hi data4thewin,
Perhaps you can refer to below sample file.
BTW, if you want format multiple records, I'd like recommend you use the records which has similar structure.
Regards,
XIaoxin Sheng
Anonymous
9 years agoNot applicable
Hi data4thewin,
Since each row has different element, I'd like to suggest you convert these to multiple tables with different structure.
After format these tables, you can use table.combine function to merge them.
Regards,
Xiaoxin Sheng
data4thewin
9 years agoFrequent Visitor
How would I get started converting them to multiple tables?
- Anonymous9 years agoNot applicable
Hi data4thewin,
Perhaps you can refer to below sample file.
BTW, if you want format multiple records, I'd like recommend you use the records which has similar structure.
Regards,
XIaoxin Sheng
- data4thewin9 years agoFrequent Visitor
Thank you!!