I'm helping a coworker combine and clean 84 csv files. I have imported them and combined them into one SAS data set. For some reason, her csv files have some odd-looking characters in place of apostrophes, quotes and in a few cases, the letter 'e'.
Here's a list of what I have vs what I want. The var in question is desc.
’ should become '
é should be e
è should be e
“ should be "
†should also be "
• I want to delete (suppress?) it
– and — delete (suppress?) them.
TRANSLATE -> Find/Replace
COMPRESS() -> Remove entirely
Can you show me the difference between TRANSLATE and TRANWRD? I read about it but can't see the distinction.
TRANSLATE is for single characters
TRANWRD is for words or sets of characters
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.