BookmarkSubscribeRSS Feed
alepage
Barite | Level 11

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? 

 

2 REPLIES 2
SASKiwi
PROC Star

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.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 414 views
  • 1 like
  • 3 in conversation