Click here to Skip to main content
15,904,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to do data validations like remove Dollar symbol, remove alpha numeric valuesin the columns. But data should not be moved to any other tables. Data sould be validated in the same table I.e., validations has to be done after loading the data to table.
Any suggestion on how to do this?
Posted
Updated 3-Jun-13 6:01am
v5
Comments
E.F. Nijboer 3-Jun-13 9:57am    
Are you actually importing anything (from file for example) or is it simply a table with invalid data already?
Dineshkumar Mohan 3-Jun-13 10:01am    
Data has been already loaded to the table by another system.Now i need to validate the table by removing the dirty data using SSIS.
For Example I have a table tbl which is having data. Now i need to purify the data in tbl by validating the data in it.

1 solution

Create a Data FLow Task, create a data source task and transfer it to an (In Memory) Recordset Destination. You can work on it from there and on success transfer it back.

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900