如何在 mule4 中使用 datawave 2.0 在 XML 数组中添加递增的数字?
例子:
<Employees>
<Employee>
<Attribute Name="IncrementValue"></Attribute>
</Employee>
<Employee>
<Attribute Name="IncrementValue"></Attribute>
</Employee>
<Employees>
上面的示例使用序列号更新 IncrementValue。谁能帮我吗?