Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey community ,
With an InputFiledelimited i want to display the content of an csv file codign in UTF-8 , the problem is that it show many special carachters with � .
I already try many solutions like and no hope .
please any help .
check up pictures for more details
Hey
If some one have the same issue , in my case the sources file owner has changed the file's encodage from ANSI to ASCII and the issue was resolved
You can ask the source file owners which encoding they are using to generate the file and then select the relevant options
Or just try windows-1252 , it might just work , but knowing the correct encoding is very important
All the best
Thank you for your replay , The source file is encoding with UTF-8 by the owner .
Hey
If some one have the same issue , in my case the sources file owner has changed the file's encodage from ANSI to ASCII and the issue was resolved