在m子dataweve 4中的数组中查找索引

时间:2018-11-23 12:21:09

标签: xml mule dataweave

Dataweave:需要找到数组最大值的索引,并从该索引映射特定元素。

        <row>
           <code>3</code>
           <percentage>0.9723</percentage>
        </row>
        <row>     
           <code>4</code>
           <percentage>0.0278</percentage>
        </row>
        <row>     
           <code>5</code>
           <percentage>0.0123</percentage>
        </row>

示例:我想导航到每一行并找到百分比最大值的索引,然后从该索引映射代码值

1 个答案:

答案 0 :(得分:2)

我添加了一个称为rows的包装器元素,使其成为有效的xml,然后您可以使用来获取max元素

int S