it shows the data in a different structure (but still useful) though.
for example my spreadsheet (that corresponds to one of my google forms) looks like this:
we are used to dealing with it using this structure and these properties:
but the special notation /gviz/tq?
rearranges the data into this form - i suppose it’s more suitable for visualization.
{
"version": "0.6",
"reqId": "0",
"status": "ok",
"sig": "1762132855",
"table": {
"cols": [
{
"id": "A",
"label": "Timestamp",
"type": "datetime",
"pattern": "M/d/yyyy H:mm:ss"
},
{
"id": "B",
"label": "what is your name",
"type": "string"
},
{
"id": "C",
"label": "do you live with your parents?",
"type": "string"
},
{
"id": "D",
"label": "how do you rate google form",
"type": "number",
"pattern": "General"
},
{
"id": "E",
"label": "what days can you work",
"type": "string"
},
{
"id": "F",
"label": "what show date do youw wish to attend",
"type": "date",
"pattern": "M/d/yyyy"
},
{
"id": "G",
"label": "what showing do you wish to attend",
"type": "datetime",
"pattern": "h:mm:ss am/pm"
}
],
"rows": [
{
"c": [
{
"v": "Date(2022,3,30,18,14,25)",
"f": "4/30/2022 18:14:25"
},
{
"v": "manny"
},
{
"v": "Y"
},
{
"v": 4,
"f": "4"
},
{
"v": "tue, wed"
},
{
"v": "Date(2022,3,22)",
"f": "4/22/2022"
},
{
"v": "Date(1899,11,30,11,0,0)",
"f": "11:00:00 AM"
}
]
},
{
"c": [
{
"v": "Date(2022,3,30,18,36,15)",
"f": "4/30/2022 18:36:15"
},
{
"v": "jose"
},
{
"v": "Y"
},
{
"v": 2,
"f": "2"
},
{
"v": "wed, fri"
},
{
"v": "Date(2022,4,4)",
"f": "5/4/2022"
},
{
"v": "Date(1899,11,30,19,30,0)",
"f": "7:30:00 PM"
}
]
},
{
"c": [
{
"v": "Date(2022,3,30,20,14,25)",
"f": "4/30/2022 20:14:25"
},
{
"v": "jason"
},
{
"v": "N"
},
{
"v": 1,
"f": "1"
},
{
"v": "wed,fri"
},
{
"v": "Date(2022,4,1)",
"f": "5/1/2022"
},
{
"v": "Date(1899,11,30,13,0,0)",
"f": "1:00:00 PM"
}
]
}
],
"parsedNumHeaders": 1
}
}