Hi experts,
I am reading a CSV file using SFTP adapter where Message transformation bean has been used for content conversion
Input file format is as shown below
"ScheduledOffering","49055","XYZFoundation1","XYZ1-PS","N",""," "," ","","1"
"ScheduledOffering","49056","XYZFoundation2","XYZ2-PS","N",""," "," ","","2"
"ScheduledOffering","49057","XYZFoundation3","XYZ3-PS","N",""," "," ","","3"
"Item","ABC","XYZFoundation1","XYZ1-PS1"
"Item","XYZ","XYZFoundation1","XYZ1-PS2"
key fields are
ScheduledOffering and Item
but using the message transformation bean i am unable to read the input files.
I have used the following paramters but its not working
xml.enclosureSign = "
xml.enclosureSignEsc = "",
Can anyone know which parameter works for message transformation bean?
Thanks
Biplab