What is the difference between a router and a filter
transformation?
Answer / sbvp
router filter
1.mutlipule conditions here 1.single condition here
2.send to multiple targets 2.single target
3.it captures the rejected records 3.it doesnot capture
in default output rejected records
group.
4.this is active t/r 4. this is also activet/r
| Is This Answer Correct ? | 18 Yes | 1 No |
I want skip first 5 rows to load in to target? what will be the logic at session level ??
Hi All can anyone tell me where i will get Informatica training in Mumbai?
What are active transformations? Name them.
How will you convert rows into columns or columns into rows
how to create user defined function (udf) in informatica
what are presession,postsession success and postsession failure commands ?
scenario
Label in Informatica. How to remove existing Label.
wtite sql query following table are city gender no chennai male 40 chennai female 35 bangalore male 10 bangalore female 25 mumbai female 15 i want the output? city male female chennai 40 35 bangalore 10 25 mumbai null 15
how will compare two mappings in two different repository?
How to create the source and target database connections in server manager?
i have two sources two flatfiles same structure one flatfile contain 100 million recs another flatfile contain 10 million recs i have to connect single target(performance oriented answer) what are the steps we have to do this scenario