Importing data from csv file using Read CSV File BS
Hi,
Since i could not find a way to import data which contains European accented characters from csv file, I wanted to try using Read CSV File BS. When I test this BS in my local it works fine when accented characters are included in the csv file. But when I test the same thing on web client (ours is AIX environment) it is not working. It is unable to read the special chars and unable to process that record itself. After setting 'export SIEBEL_FILE_ENCODING=1252' environment variable on AIX box under the Siebel profile file, it started working. My question is,