Hi experts,
How to ignore a receiver Substruture during FCC but use the fields for dynamic directory configuration in Receiver File adatper?
This is my strcture:
<root>
<EmpDetails>
<var1>aaaa</var1>
<var2>bbbb</var2>
</EmpDetails>
<FolderList>
<folder1>value1</folder1>
<folder2>value2</folder2>
</FolderList>
</root>
so basically in the receiver side i want only the details of <EmpDetails> recordset. and i want to use the details from <folderlist> record set for Directory configuration and it should not come in the flatfile.
how can i achieve this without UDF or Scripting.
Regards,
Prakash.