Scrub Data using DTS -
08-22-2003
, 02:27 AM
Hello,
How are you today?
I wish to carry out the following:
1. Periodocally Import data from a csv file into a temp table.
2. Clean the data (which mainly would involve identifying values not
present in a lookup table and cleaning Postal Code info.)
3. Report any errors found so these can be fixed
4. Append the clean data to the destination table.
Since my destination table will be in SQL Server I wish to use DTS,
but was wondering if they are any good tutorials which I can use as a
guideline or alternatively if scripts exist to achieve this goal. |