SSIS Conditional Filter split with bit data type

1.2k Views Asked by At

Data - from table (58 columns), in this table 4 columns will use in conditional filter.

1 column - bit data type(Color_Ind)

1 column - bit data type(Type_ind)

2 columns - varchar data type(Region,State)

process steps 1) OLE DB connection to extract all data

2) use Data Conversion to convert bit type columns into string data type.

3) use conditional filter to filter the data into 5 different category.

Probelm:- - If I use color_ind and Type_ind it will not create my desired output, but If I use it without these columns and only use Region and state it will create my desired output.

Could you please tell me how to use bit data type into condtional filter in SSIS?

Appreciate your help.

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER