Skip to main content

JSON To Data Table

Overview


Converts JSON to a Data Table.

Input

NameRequiredDescription
JSONThe JSON string to convert to a DataTable
Root PathThe JSON Path to the JSON node you want to iterate through
Column PathsThe path to the columns you want to include in the Data Table. Leave empty to automatically generate Column Paths (Please note that this may not always be accurate)

Output

Data Table The newly created data table.