Answer:
As the name suggest, this transformation splits the data based on condition and route them to different path. The logic for this transformation is based on CASE statement. The condition for this transformation is an expression. This transformation also provides us with default output, where rows matching no condition are routed. Conditional split is useful in scenarios like Telecom industry data you want to divide the customer data on gender, condition would be:
GENDER == ‘F’
GENDER == ‘F’
Previous Question | Next Question |
Can we add our custom code in SSIS? | Explain the use of containers in SSIS and also their types? |