G
Gary F Shelton
Okay folks I have a painful .csv file that I recieve daily that is now my
problem. Granted I am only as good as my data so let me show you an example
of the data:
Column A Column B
Date Code Date Code Answer
X71229 12/29/2007
X71203330382 12/03/2007
X71023 G3 10/23/2007
X71003DWOODS 10/03/2007
X70913 D5 09/13/2007
X70913 09/13/2007
20071215 12/15/2007
20071005 10/05/2007
81007 08/10/2007
80211 08/02/2011
071220 12/20/2007
So as you can see are some of the problems with the data:
the string length of the data changes, the format of some cells are text and
some are numbers, some of the data has letter in front and others don't, some
have the full year typed out then month then day and others don't. the data
is what I call garbage but like I stated it is my headache to fix.
So my goal is to try and come up with some methodology to fix it. Any takers
ready for this headache.
problem. Granted I am only as good as my data so let me show you an example
of the data:
Column A Column B
Date Code Date Code Answer
X71229 12/29/2007
X71203330382 12/03/2007
X71023 G3 10/23/2007
X71003DWOODS 10/03/2007
X70913 D5 09/13/2007
X70913 09/13/2007
20071215 12/15/2007
20071005 10/05/2007
81007 08/10/2007
80211 08/02/2011
071220 12/20/2007
So as you can see are some of the problems with the data:
the string length of the data changes, the format of some cells are text and
some are numbers, some of the data has letter in front and others don't, some
have the full year typed out then month then day and others don't. the data
is what I call garbage but like I stated it is my headache to fix.
So my goal is to try and come up with some methodology to fix it. Any takers
ready for this headache.