Hi,
i have a table that contains null and not values source as excel.
want to load not null values to the oledb destination
using conditional split we can separate the null values and not null values. by using this i use the isnull(expression) for null values
remaining (i.e) not null automatically separated.
but i dont want isnul( expression) . i require notnull expression only. because i dont want to maintain the null rows anywhere.
Note: how to write a expression for values (i.e) not null