Convert Thing to Table
Converts a specified thing, such as a CSV file or JSON, into a table.
Overview
Syntax
convert the csv to a tableconvert <the thing> to a tableParameters
Returns
Examples
Example 1: Convert CSV File to Table
the csv
convert the csv to a tableName
Age
Salary
City
Example 2: Convert CSV String to Table
Example 3: Convert JSON to Table (with new_json enabled)
name
val
Example 4: Convert Single JSON Object to Table
name
age
city
Last updated
Was this helpful?

