Originally posted by: paul.brett
In the enclosed sample, the same XML is produced using WTX in two different ways.
In output card #1, I used a Typetree (imported from the Schema)
In output card #2, I used the Schema directly.
As you can see, Output2.xml includes CR/LFs, whereas Output1.xml does not.
If you just need to 'strip' all CR/LFs out of the output, it would be easy to do this with a very simple post-processing map, which uses a rule such as:
=SUBSTITUTE(Input1,"<NL>","")
Thank-you.
Paul.
Follow me on Twitter
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange