JSON Array to Data table
Converts a given JSON array to Datatable.
The activity converts a user-specified JSON array input to a data table.
Input
Input:
String Argument
Specifies a JSON array input.
The data given to the Input property should be a valid JSON Array.
Output
Output Data table:
Object Variable
Stores the resultant Data table in a specified Object variable.
Last updated