Hi All,
I am using VS 2015 Data tools. I have a .csv file
Empid,Ename,Sal
1,Rama,3400
r,Krishna,4500
2,Siva,ertt
3,Vishnu,3450
Initially I will load all the records into a table(Import_Emp). After that I want to validate each and every record while moving into main Table. I tried by placing Flat Filesource and 2 Ado.net Destinations . I am unable to identify how to move invalid records into another table and valid into main table. I am new to this concept. Please guide me on this