Posted: Fri Feb 26, 2010 4:04 am Post subject: FileOutput node. Removing XML tag from output file
Apprentice
Joined: 21 Oct 2009 Posts: 29
Hello,
In my message tree, I have my body as follows
XMLNSC->M1->abc
I need to code "abc" as EBCDIC. Hence I specified CCSID and ENCODING.
However (on decoding manually) the output file appears as
<M1>abc</M1>
I need only abc in the flat file.
Please advise how to do this.
DataLocation of FileOutputNode is set as $Body. It does not allows me to traverse to $Body/M1 . I tried adding a message set with M1 and it did allow me to enter $Body/M1. But still the tags are present in output file.
To drop xml tags you need to use the MRM parser and a message set describing the message (cobol copy book would be good) and a non XML format on the message set like CWF or TDS.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum