HI community,
i would like to ask how do we solve the conversion error as below. I try to save the whole data in CSV output and it show the result as below. Could anyone please advise me on how deal with this error?
Thank you
Hi @SH_94
It is not possible for you to share the black part? When you look at the csv, do you miss something of this black part there?
I am not sure that this would solve it, but i would try to change the code page to UTF-8 or ISO Latin I to see if it helps.
Hi @Felipe_Ribeir0
Amazing it is working by changing it to UTF-8.
Could you further explain on the concept for this?
Many thanks for the help.
@SH_94
I do not know much more than that to be honest, i just know that some encoding types allow some characters and some do not. You probably have some "special characters" inside of the description field, right?
Usually the UTF-8 and the Latin I are able to handle these "special characters" in my experience, and because of that i suggested them to you.