on 2020 Jan 16 1:06 AM
Hi All , I have a .xls file that needs to be picked from an SFTP , and then converted to a Json so that I can post it to an API . Issue is all this while it was carrying English language in one of the columns and going fwd it will have all different languages like Chinese and Thai . the moment it is sending files in these languages , its failing. can someone tell me how this can be handled ? sample file shown below .
PS- I have already gone through : https://blogs.sap.com/2017/10/31/sap-cloud-platform-integration-hana-cloud-integration-hci-creating-...just in case.
Request clarification before answering.
Hello Arnab,
Could you please set encoding encoding to ISO-8859-1 or UTF-8 ( explicitly set using content modifier ) which would retain above characters.
Below KBA will guide you about how to set encoding using content modifier.
https://launchpad.support.sap.com/#/notes/0002533303
Regards,
Sriprasad Shivaram Bhat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe you're better use .xlsx as they use XML internally and that is UTF-8 encoded.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Arnab,
It would be great if you could attach sample data which are trying to transform( you can mask customer related fields ).
Regards,
Sriprasad Shivaram Bhat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
29 | |
9 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.