Mule ESB DataMapper: Aggregation of field conditional to field type

前端 未结 1 715
面向向阳花
面向向阳花 2021-01-26 03:41

Mule ESB DataMapper: Aggregation of field conditional to field type

I have the following structures:

Strcuture A:


           


        
相关标签:
1条回答
  • 2021-01-26 04:24

    Use a rule, like described in a your previous question, but use the following xpath: sum(//price[../type='BBB']).

    0 讨论(0)
提交回复
热议问题