why cant we put a sequence generator or upd strategy
transformation before joiner transformation?
Answer Posted / bhupal
if you use the update strategy transformation before joiner in mapping, the mapping will be invalid because of data flow validation errors in mapping irrespective of operations you implemented in update strategy.
joiner transformation input should be from source qualifier transformation.
source---->sq--->seq--->
joiner---->trg
source---->sq---->
we cant create mapping like this because seq does't allows port to create and accept from other tr.
src--->sq--->
joiner--->trg
seq--->
we cant create like this. joiner inputs should be from source qualifier.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is rank transform?
how we can load rejected record's at run time?(not through bad files)
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
Define joiner transformation?
Tell me about Propagate functions in informatica
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
Explain dynamic target flat file name generation in informatica
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
What is a grid in Informatica?
if we have a delimiters at unwanted places in a flat file how can we over come those.
What is confirmed fact in dataware housing?
Explain why we use partitioning the session in informatica?
How are the sources and targets definitions imported in informatica designer?
How to load last n records of file into target table - informatica