Unable to read russian input using getfile
Hi,
We are trying to read an input file which has Russian characters it within an Application Engine.
The AE works well for English Language but it fails when it tries to read Russian Characters.
When I look at the input line read by the AE using GetFile I see a lot of junk characters.
Here is the code we are using to read the file:
REM Get the file from FTP server to App server;
&retcode = GetAttachment(URL.IM_DATUPLD_ADD_ATTACH, IM_UPD_AET.ATTACHSYSFILENAME, "C:\DataUpload\PersonHire.csv");
If (&retcode = %Attachment_Success) Then
&sReadFileName = "C:\DataUpload\PersonHire.csv";