cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data services

Former Member
0 Likes
420

am getting an error while working on case tranform..error- all cases in case transform must be connected to downstream transform.

can anyone please guide me

Accepted Solutions (0)

Answers (1)

Answers (1)

MarcusZwirner
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

based on your expressions within the case transform you define a number of output branches:

In that example we have 3 output branches:
- Case_out_1
- Case_out_2 and
- default

If you don't connect all defined branches with a subsequent object in your dataflow you receive the following error:

In that example you have to connect a third query transform to the case transform using the default branch.

Best regards
Marcus