What is the main purpose of Unconnected lookup other than
updating slowly changing dimensions?
or In which case u use Unconnected lookup?
Answers were Sorted based on User's Feedback
Answer / ratalarayudu
hi,
The main purpose of unconnected lookup t/r is
1.To update slowly changing dimensions
2.if we want to use the same lookup multiple times in a
mapping we can go for unconnected lookup
3.if we want to lookup on only selected rows then we can go
for unconnected look up.
regards,
rayudu.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / praveenabhaskar
We can use unconnected lookup transformation when we have
multiple inputs and single output.
| Is This Answer Correct ? | 3 Yes | 2 No |
State the limitations where we cannot use joiner in the mapping pipeline?
in mapping i have one source and five targets in that data will be loaded into four targets properily in one target the data is not loaded how will u rectify
If i have one source having 10 ports.In a mapping i use that source one target having that ten ports.Data from 5 ports are going to target through a mapplet and another 5 ports are going to target through another mapplet.Both 2 mapplets are intially passive in nature.But presently my requirment to convert on mapplet to ACtive.How can i do it.
What are the uses of etl tools?
How to jion 2 tables, without using any condition?
What is the advantage of persistent cache? When it should be used.
what is polling?
By using joiner t/r we can join only 2 tables, SO if want join more than 2 flat files ,How can i join?
What is junk dimention?
i have flatfile source. i want to load the maximum salary of each deptno into target. what isthe mapping flow
What is degenerated dimention table?
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort