ParseJSONActivity
This activity takes a stringified JSON data as input and converts it into a JSON object, which can then be accessed by the downstream activities that follow. You provide the input to the activity either by entering the stringified JSON data manually in the Input tab or saving it in a file and entering the file path in the Input tab. The activity supports output validation if you opt to validate the input JSON data against the output schema that you configure in the Output Settings tab.
Settings
Field | Description |
---|---|
Output Validation |
True: Select True to validate that the JSON data in your input string matches the schema that you configure in the Output Settings tab of the activity. False: Select False if you do not want to validate the JSON data in your input string against the schema you configured. This field can be configured with an application property. |