alxv
alxv

Reputation: 115

IIB Mapping. Collect values from array to one String

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

enter image description here

Help me please to figure out the solution. Thank you!

Upvotes: 0

Views: 232

Answers (1)

kimbert
kimbert

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

Related Questions