I have a table of strings. I need to extract useful info from this table. There are tons of Chinese characters in this table. I want to remove these Chinese characters. What can I use? Thanks.
This is more a theoretical problem, if you have a load of string data with Chinese characters in it, how useful is that data full stop? Just removing that might alter the content of the string totally, for example:
"I went out yesterday XYZ"
where XYZ means not, changes the whole concept of the test. Me, I would want it translated if it was to be usable.
Anyways, can you read them into SAS ok? If so does the compress() work?
want=compress(have,"kda");
This means keep digits and alpha. Try it.
This is more a theoretical problem, if you have a load of string data with Chinese characters in it, how useful is that data full stop? Just removing that might alter the content of the string totally, for example:
"I went out yesterday XYZ"
where XYZ means not, changes the whole concept of the test. Me, I would want it translated if it was to be usable.
Anyways, can you read them into SAS ok? If so does the compress() work?
want=compress(have,"kda");
This means keep digits and alpha. Try it.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.