I have a scenario with router transformation. but i dont want
to capture records from default group. how can we achieve
this.
Answers were Sorted based on User's Feedback
Answer / kishor baindoor
Dont connect any out port of router's default group to next
stage.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / ankita jain
Just ignore the data from default group.. means dont connect to it. See below example for more details
http://www.tutorial.tecktricks.com/example-of-router-transformation-in-informatica-example-1/
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
if soource is having 10 records how will u insert 20 records to target
i have two tables,table 1 having 2 columns and 3 rows,table2 having 3 columns and 2 rows.what is the output if i do left outerjoin,full outer join,right outer join?
What is confirmed fact in dataware housing?
Examples of Fatal & Non-Fatal error?
Can we create a node as a gateway node and the same node can be assigned to a grid?
Design a mapping to load a target table with the following values from the above source?
Limitation of REPLACESTR. Is there any character limitation to it.
Which kind of index is preferred in DWH?
i have two coloumn emp_no sal 1 3000 2 3000 3 3000 4 4000 5 5000 6 2700 7 4500 i just need output by removing duplicate.my answer should be emp_no sal 1 3000 2 4000 3 5000 and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression
how i will stop my workflow after 10 errors
How can a Lookup with Dynamic Cache be replaced in a mapping? Explain.