Help with Datastructure Issues
Question about converting text
frankgrimes Posts: 59
5/10/2022
|
hi i was curious if there was a step or a series of steps that could be used to convert xml input into an xml data type that can be used in decisions?
i already have my own xml type that i created but i want to convert xml without having to make a new one.
thank you edited by frankgrimes on 5/10/2022
|
|
0
link
|
andrew.brassington@decisions.com Administrator Posts: 62
5/10/2022
|
Hey Frank,
There actually is something that would help you out in this scenario.
Specifically the Deserialize XML step (found under Toolbox > DATA > XML) can be used. This step provides the XML Type dropdown which lets you select which XML Type you want to map the String input (via String to Deserialize) to.
After you select the desired XML Type, simply provide String in the proper XML format.

Running the Flow will output the expected Data Type mapping.

If you want to read a little more about our XML Serialization, you can check it out via our Serialization doc.
Hope this helps, have a good one!
|
|
0
link
|