I have 3 record store in table with 2 column, ID and col1 as shown below.
ID col1
1 null
2 ''
3 'dd'
how to remove null and empty record in conditional splits in data flow task in ssis
my expected result is only retrieve the col1 with Val, for above case, it is the 3rd row where ID=3