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 |
On a day i load 10 rows in my target and on nextday i get 10 more rows to add in target. But out of 10 - 5 records are send them to target?how i can insert the remaining records
What is a standalone command task?
lookup transformation with screenshots
How we can use union transformation?
What are active transformations? Name them.
what is workflow varible
What is an aggregator transformation?
1)what is the use of bottlenecks in informatica. 2)where we are use shellscripting. 3)what meant by informatica.
follwing scenario two table using find maximum salary? table a table b 101 xxx 1000 106 6500 103 yyy 5000 108 800 104 din 6000 109 7000 105 dsh 200 110 3000
My Source qualifier has empno, sal. Now my mapping is like SQ(EMPNO)->AGGR->EXP->TARGET SAL ------------>TARGET ? Is this mapping valid or any issues are there if we design like this?
How do u identify or filter out a 0 byte file available in a folder by using UNIX command?
how to get max value record into one target and remaining records into another target?