forkidsla.blogg.se

Xmltojson
Xmltojson








xmltojson

These configurations of Parse JSON activity are enough to convert our input JSON String into the XML structure according to the structure specified in output editor tab. For the simplicity of this tutorial, I haven’t created the schema and will go with defining complex element instead as shown below: Please note that you can reference to a Schema if you have an XML Schema for this. Now in the Output Editor tab, we create a complex element corresponding to our JSON structure.

xmltojson xmltojson

Next, add Parse JSON activity in the process and map JSON String from the start activity as an input to this activity as shown below: We will input the JSON string to the process when testing through this element. And our requirement is to parse this JSON into an XML Format and then construct another JSON string with first name and last name combined together as EMP_FULL_NAME:įor the above requirement, let’s create a simple process and add a string parameter to the Start activity by defining it in Output Editor Tab.










Xmltojson