iRobo.Activity.Read JSON File

Read JSON file and convert it into DataTable.

                                                                                                       

Properties

Input

  • Filename -  JSON File path. (Mandatory)

     Note: 

         JSON File should include an array of objects, so it can be converted to a Data table.

         So, if the JSON File is formatted to contain only an object instead of an array of objects, the activity will not work.


Misc

  • DisplayName -  Activity header name.


Output

  • DataTable - Output Variable of DataTable Data Type. (Mandatory)


Steps of Using Read JSON File Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Read JSON File Activity to the Sequence.
  3. Enter JSON File path in Filename field in Properties Panel.
  4. Create DT Output Variable of DataTable Data Type and add it to DataTable field in Properties Panel, to return the convertedJSON  File.
  5. Click Save button from iRobo Studio Menu to save Workflow.
  6. Click Play button to start the automated process, JSON File is convert

Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation