Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Cleaning

Status
Not open for further replies.

OoStatmasteroO

Programmer
Joined
Jan 27, 2010
Messages
2
Location
US
Just looking for any tips/tricks you may have for dealing with "messy" data. I am working with some survey data that is pretty messy so I am just interested in how others deal with it.
 
For example, one thing I am trying to do is get rid of any special characters in an ID. I read about the one person using compress or prk, however what if you have an ID with "# 123456" - that would not get rid of the space after the #.
 
I am not sure what you mean that the compress function doesn't remove blanks after the pound sign. I have successfully used that function to remove blanks from a value with a pound sign.
Klaz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top