How can I add an incremented number in XML array using datawave 2.0 in mule4?
Example:
<Employees>
<Employee>
<Attribute Name="IncrementValue"></Attribute>
</Employee>
<Employee>
<Attribute Name="IncrementValue"></Attribute>
</Employee>
<Employees>
Above example update IncrementValue with a sequence number. Can anyone help me out?