Hello mj.redfox.mj (AT) gmail (DOT) com,
You could actually do this a number of ways
1. Merge Join and then filter out the NULLs using a conditional split transform
2. Use the Lookup transform. This will have the DB table as the reference
table. You can then match the inputs to the lookup columns. The CSV will
not feature in the reference table but will be the input.
Make sense?
Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
Quote:
Ah, I've just figured that I do need to use the Lookup and use the db
as the source (pretty obvious really)...all I need to know now, is how
to specify the csv field in the WHERE clause...? |