Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I got a Conditional Split component in data flow in my SSIS project. My current situation is if the value is null then the data will flow to ComponentA. If the value is not null then it will flow to ComponentB. But somehow the data did not flow to either direction/component.
Below is my condition in Conditional Split component:

Case 1 ISNULL(IdentificationNumber) --> Goto ComponentA
Case 2 !ISNULL(IdentificationNumber) --> Goto ComponentB

The above are the conditions I set in the component.

I have drag the green arrow to respective component but when I execute the package, nothing happen when I run through this part although all components involved are green.
Any help would be appreciated. Thank you.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900