How many ways you create ports?
Answer / swetha
Two ways
1.Drag the port from another transforamtion
2.Click the add buttion on the ports tab.
| Is This Answer Correct ? | 5 Yes | 0 No |
What are the limitations of joiner transformation?
what is difference between dimention table and fact table?
I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?
My source table look like ID Name Location Salary 0000001 ran tpty 1000 0000002 ram DELHI 2000 hju-hji raj hyd 1000 my target table should be ID Name Location Salary 1 ran tpty 1000 2 ram DELHI 2000 hju-hji raj hyd 1000
WHAT IS THE DIFFERENCE B/W 7.X AND 8.X ? TELL ME FEW DIFFERENCES.
how can we run workflow with pmcmd?
What is meant by active and passive transformation?
what is normalizer transformation?
In Joiner Transformation, how to identify the master and detail tables if one is from Oracle and the other is from Sybase.
What if we sort the data in descending order instead of increasing order in sorter t/f and send the data in aggregator t/f is there any performance downfall? Please answer below. thank you.
what is the hint? how to use it to reduce the query processing in program?
scenario: dept_no emp_nem 10 A, 10 B, 10 C, 10 D, 20 P, 20 Q, 20 R, 20 S output: dept_no emp_nem 10 A, 10 AB, 10 ABC, 10 ABCD, 20 ABCDP, 20 ABCDPQ, 20 ABCDPQR, 20 ABCDPQRS