Feel free to ask tough questions relating to Crystal Reports / SQL Reporting Services / SQL and get answers from Collective intelligence
Thursday February 9th 2012

Data scrubbing/cleansing example using Text file and MS Access

This post is about data scrubbing/cleansing example. The project involved the separation of the first and last names stored in one column name customer_name into 2 separate columns named as First_name and Last_name. There were 80 thousand rows or eighty thousand customers.

The data was first exported data from customer_name column to text file along with prime keys, then re-imported into access database using space delimiter which separated first name and last name into 2 columns.

Leave a Reply