Hi,
when trying to upload a file on Stock Reconciliation the URIError - Uri malformed is shown …
I have tried the file by removing all items but one “JOELHEIRA COM ORIFÍCIO PARA RÓTULA L” and the error is shown but if i remove “Í” and “Ó” from the text it goes.
I could see during debug that if i do decodeURIComponent(encodeURIComponent(escape(atob(a)))) instead of decodeURIComponent(escape(atob(a))) it works.
I have solve the problem
its related to Unicode utf-8 and the error happen when editing CSV file in Excel 2016 ( some how Unicode changes in background)
solution:
i am using Libra office instead and its working very well like charm