What is the use of Multicast Transformation Task ? With this task, is it possible to send to two destinations from a single source, while each destination has different columns ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume that you are referring to
Multicast Transformationinside the Data Flow task. If so, yes it is possible. The purpose of the transformation is to channel data from a single source to n number of Transformation tasks or Destinations.If source has following columns
and destinations have these columns.
Both destinations will be able to see Columns 1 – 3 that are available in Source. You have to map the columns accordingly in the respective destinations. Refer below example:
Example:
Sourcehas two columns Header and Value.Destination 1has both columns Header and Value. They are mapped accordingly.Destination 2has only column Header. It is mapped accordingly.Hope that helps.
Screenshot #1:
Screenshot #2:
Screenshot #3:
Screenshot #4: