My system produces a XML that contain a node that, depending on the type of event, came with different name.
The name can be <floatRate>
or <fixedRate>
. The path is always the same, only the node name that is different.
I need a transformation that can populate one field based on that name. The field will be called <type>
and the contend must be float or fixed, based on the node name.
Can this be done?