【发布时间】:2019-11-29 16:58:21
【问题描述】:
如何在 mule4 中使用 datawave 2.0 在 XML 数组中添加递增的数字?
例子:
<Employees>
<Employee>
<Attribute Name="IncrementValue"></Attribute>
</Employee>
<Employee>
<Attribute Name="IncrementValue"></Attribute>
</Employee>
<Employees>
以上示例使用序列号更新 IncrementValue。谁能帮帮我?
【问题讨论】: