FTP file - Issue with attribute value having special characters
Summary
FTP file - Issue with attribute value having special charactersContent
Hi,
I'm using OIC for implementing the integrations.
In the FTP location, file record having the value as <CITY>Ã…rhus C</CITY>
But reading over stage read file over OIC (as per log trace) the is displayed as <CITY>Århus C</CITY>
After that writing in to FTP location again over OIC (as per log trace) the value displayed as <CITY>Århus C</CITY>
But after writing into FTP location, Then opened FTP file, record displaying as <CITY>Ã…rhus C</CITY>.
suggest the resolution for the issue, over OIC the values is in right format, which is same as in ERP (front end).