Hi All,
my target Xml Structure is like this,
<Message Type>
<Header>
<Name>A</Name>
<EMPID>234</EMPID>
..............
..............
<Grade>B</Grade>
<\Header>
<\Message Type>
I need to write a FCC on the receiver side in such a way that,i dont want some fileds to be present in output text file( eg. Grade should not be present in output txt file). I have created this field in Target structure for some other purpose.
Can anyone please suggest me how to achieve this.
Thanks,
Hemanth.