I'm trying to find NULL values within my database column with SSIS (2008 R2 Enterprise), but it gives me the following error:
The expression "FINDSTRING([Copy of jaartext],"",1) > 0" on "output "Opdracht" (552)" evaluated to NULL, but the "component "Conditional Split" (336)" requires a Boolean results.
I'm trying to Conditional Split every options of my database (with the data type string) to a different output, as you see in figure 1 below. Then I'm using a Derived Column each of the options to REPLACE their value by an integer (see figure 2).
This all works, except for the NULL value. Any tips for me to look up the NULL value, instead of the empty string? I'd really appreciate some help.
[Figure 1]
[Figure 2]