July 21, 2009 at 7:53 am
Hi,
Is it possible to have more than 2 inputs to a merge join task?
I have to merge 3 records into a single table. I could do it with help of 2 merge join tasks.
I tried giving 3 inputs, but I get errors.
Any other efficient way of achieving the same is most welcome.
Thanks!
July 21, 2009 at 10:01 am
Merge Join only accepts 2 inputs. Have you looked at the UNION ALL Transformation?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 21, 2009 at 10:52 am
hey Jack,
I did look into the Union ALL transformation.
I need a single record in table from 3 records in the file.
The Union ALL gives me 3 records and I need 1. so merging all of them into one record is the issue.
Thanks!
July 21, 2009 at 1:20 pm
U need 2 merge join transforms (1 for first 2 joins [TbaleA and TableB] and 2nd for the join of [TableA and TableB] and TableC
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply