How to create delimited string from node set
Scenario: Input: <books> <book>SOA</book> </books> <books> <book>OSB</book> </books> Expected output: SOA, OSB Use oraext:create-delimited-string in Assign activity It is not available in function list ,manually copy into expression box.