What is a connected transformation?
Answer / Dharmendra Singh Kutiyal
In Informatica, a Connected Transformation is a special type of transformation that connects two or more mappings in a session. It allows data to flow seamlessly from one mapping to another, making it easier to build complex ETL processes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
what is unique constraint error ?
how eliminate the duplicates in flat file with out using sorter ,aggregater
What is sequence generator transformation in informatica?
What are the tasks that can be performed using sq?
on a day i load 10 rows in my target and on nextday i get 10 more rows add to my target but out of 5 are update row how ican send them to target?how i can insert and update the records
In joiner, how to load Master table in Target?
how to run workflow in unix?
5 Answers Colgate, HP, Tech Mahindra,
What are the reusable transforamtions?
for ex: in source 10 records are there with column sal. use a filter transformation condition as Sal=TRUE and connect to target. what will happen.
how to insert header after each group.
I am hvaing SOURCE as 1000,null,null,null null,2000,null,null null,null,3000,null null,null,null,4000 Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out