Reputation: 115
I have JSON array of objects as input. Each object has field 'description'. I want to collect all 'description' values as single String for output
Help me please to figure out the solution. Thank you!
Upvotes: 0
Views: 232
Reputation: 2422
Please see https://www.ibm.com/docs/en/app-connect/11.0.0?topic=SSTTDS_11.0.0/com.ibm.gdm.doc/cm28640_.htm
I think you need fn:string-join()
Upvotes: 1