Convert JSONs to Table
Converts a specified non-empty JSON array of objects (or single object) into a table.
Overview
Syntax
convert the jsons to a tableParameters
Returns
Examples
1. Convert Simple JSON Array to Table
the foos is "[ { \"a\": 1, \"b\": 2 }, { \"a\": 10, \"b\": 20 } ]"
the foos is a json
convert the foos to a tablea
b
2. Convert JSON with Nested Objects
name
val
arr
3. Round-Trip Conversion
4. Single JSON Object
name
age
city
5. Complex JSON from External Source
Last updated
Was this helpful?
