Data transfer from Excel to SQL table. Before transfer i need to validate the data(basic data validation).
- Want to check if ColT is not blank or not Null
- Want to check if ColB is Integers only
- Want to check if ColG is Alpha only.
I kind of have an idea how to do this, using Staging tables before transferring the data into Final table but I'm looking for different solution something like using a Script task and try Pop up msg as soon as one of checks fail.
Basically iterate data in script task and then do the validation in script. Shoot an Popup as soon as validation fails.
Let me know if that's possible. Thanks, Cindy!!