Created 10-20-2016 08:56 PM
I am trying to process the multi byte XML file which have leading bytes( BOM ) at start of XML message. Its failing as I am trying to transform the XML. Whats the best way to ignore these leading BOM bytes.
Created 10-21-2016 02:21 PM
It seems I fixed this by using the ConvertCharacterSet processor. I will test more.
View solution in original post