Hi Experts,
My receiver side inbound interface has below structure:
<FullNames>
<Items>
<Name>Harish Kumar</Name>
</Items>
<Items>
<Name>Jesh Kumar</Name>
</Items>
</FullNames>
Now I want to generate a text file containing data like below:
Harish Kumar
Jesh kumar
What values i need to define in content conversion in my receiver communication channel to get the above text file?
I tried with:
Recordset = FullNames,Items,Name
Name.endSeparator = nl