Does anyone export their json file from Excel or Google Sheets? I wrote my original site by hand coding, but I kept a file of the videos just for a "database" (a very basic one at least). Adding to it, and thinking there's gotta be a way to successfully perform it. I've found how to export sheets to json, but I can't seem to figure out how to keep child/parent columns for something like the content & videos in the below example
"content": {
"dateAdded": "2015-08-13T14:14:54.431Z",
"captions": [],
"duration": 63,
"adBreaks": ["00:00:00", "00:01:03"],
"videos": [{
"url": "http://roku.cpl.delvenetworks.com/media/59021fabe3b645968e382ac726cd6c7b/5686748268874a57a4ba3debda1619dd/75ad4598ef4a4e5c950e26d80464abb4/ep-126-seg-3_contv_v1-mo.mp4",
"quality": "HD",
"videoType": "MP4"
}]
}
},
*** Nevermind everyone, it's beyond the scope of support here. If I do get it I'll post back.