Skip to content

Mapper

Introduction

The Mapper Task facilitates the mapping of JSON input to process variables using its query language JsonQuery, allowing for flexible and precise extraction of data from the JSON structure to be stored in process variables for further processing or analysis.

Configuration

  • Name - The display name of the task.
  • Action - MAP
    • Queries - Specifies the JSON queries used to extract data from the JSON input
    • Map - Defines the mapping of extracted JSON data to process variables.
  • ARRAY ELEMENT
    • Index - Specifies the index of the desired element within the JSON array.
    • Map - Defines the mapping of the selected array element to process variables.
  • ARRAY SIZE
    • Map - Defines the mapping of the selected array element to process variables.
  • CREATE
    • Add property - Specifies the property to be added to the JSON structure.
  • UPDATE
    • Original - Specifies the property to be added to the JSON structure.
    • Add property - Specifies the property to be added to the JSON structure.
  • DELETE
    • Original - Specifies the property to be added to the JSON structure.
    • Add property - Specifies the property to be added to the JSON structure.
  • Log on complete - Prints the response in the case log.
  • Response - Response generated by the Mapper Task.

Example