Originally posted by: paul.brett
If your input is not UTF-8 and your input Typetree is UTF-8, then the data is never read-in correctly (the non UTF-8 characters are discarded).
You will not be able to map this data. No changes to the properties of output Typetree or output rules can 'recover' this data.
If you are receiving data marked as UTF-8 and it contains hex 80 to represent a Euro symbol, then you need to pre-process this data to convert all hex 80 to hex E2 82 AC.
I enclose an example pre-processing map to do just that.
Thank-you.
Paul.
Follow me on Twitter
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender