Hi All,
I am not sure if you have figured it out, but it is not the SOAP UI issue with Excel DataSink, it is the character encoding issue in linux for excel file reading and writing, after 2 days of hard research, coming across this post a 100 times, and then I got this :
http://jira.pentaho.com/browse/PDI-5031So, I changed the encoding to ISO-8859-1 by passing an argument to the run process of SOAP UI , and it worked
that is system property of linux needs to be :
-Dfile.encoding=ISO-8859-1 or windows-1252, but not UTF-8Thanks,
Sindhu