Hi Gurus,
I have a flatfile source and I want to exclude some rows and load to db table. Even though i can use conditional split to avoid some rows I am not sure how to write ex p for sql LIKE statement. I only want to exclude some rows where my column has "something" text in it. Because that column has other possible values with some spaces, and other characters in it.
I want to write exp like WHERE COL1 NOT LIKE "%text%" OR COL1 not like "%othertext%" . How to write exp. for this in ssis. ?
Please help me with this.