Hi,
I am getting .csv pipe separated file as input and I am converting it to a XML using flat file template. Then I am doing some transformation inside XSLT mapper. But some characters inside .csv file contains &, <, >. Therefore right after the input file came to the XSLT mapper it is giving an error.
I believe that we need to handle special characters from .csv file level.
Any suggestions?
Thanks