By seeing the parameter file how do u identify wheather it
is a workflow parameter or mapping parameter?
Answers were Sorted based on User's Feedback
Answer / munireddy
mapping parameter starts with $$ and workflow parameter starts with $.....
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / janardhan
Mapping Parametre and Workflow variable are declaared as $$
and session variable as $
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bisu
mapping parameter starts with $$ and workflow parameter starts with $$$ because that is the Session Varriable..
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rakesh
Variables which has "$$" as prefix are the Mapping variables.
Variables which has "$" as prefix are the Session variables.
Variables which has "$$$" as prefix are the system defined variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raj
Muni Reddy garu
maping parameter and workflow vaariable are declared with $$ only(according to my opinion)
| Is This Answer Correct ? | 2 Yes | 4 No |
how many repositories can v create in informatica .
3 Answers Cap Gemini, Tech Mahindra,
Is there any way to read the ms excel datas directly into informatica?
what is constraint based load order
How we can use union transformation?
i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you do?
I've a denormalized table EMP(empno,ename,phone,addr1,addr2,fax,email). Now I want to insert the record into target in the format that, there will be 2 target rows for 1 source record. In target the row needs to be inserted as: ROW1: empno,ename,addr1,phone ROW2: empno,ename,addr2,fax,email And I'm not allowed to normalize transformation. How to achieve?
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
what is curr val use for in sequence generator?
what is upstream and downstream transformation?
In any project how many mappings they will use(minimum)?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
how to get max value record into one target and remaining records into another target?