Hello,
I am trying to read a csv file which contains strange characters like below:
Pas encore inscrit mais j'espère si tôt.
j'espère should be j'espère
si tôt. should be si tôt.
Is there a way to change that when the file is unzip (see the Unix command below)
x %sysfunc(quote(unzip -jo /.../report.zip -d /.../report)));
Is it possible to use an encoding option while reading the decompressed file or does the tranwrd function is the only option?
How was the CSV created in the first place? Is "Pas encore inscrit mais j'espère si tôt" exactly what you see in the CSV if you open it in a text editor that doesn't change the contents? Try opening it with Notepad++ which report on the file encoding and can do encoding conversions.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.