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 |
If the records doesnt satisfy the filter condition where will it go?
Is stop and abort are same in informatica?
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
If one flat file contains n number records., we have to load in target from 51 to 100.. how to use expressions in Informatica..?
where to store informatica rejected data? How to extract the informatica rejected data?
Different qualification between a related rotate toward the sky and isolates look upward?
diffrence between command task and control task
What are the two modes of datamovement in informatica sever?
How to join a Flat and Relational Source without using (Joiner, Update and Lookup ) transformations... is it possible? if yes i would like to know how?
hi all, i have 1 flat file having 10 rows. like:- id name amt 100 a 100 200 b 200 100 n 300 400 p 3000 100 a 100 600 x 6000 Now i want to load half of this data into one flat file and remaining in other flat file.like :- flat file 1 id name amt 100 a 100 200 b 200 100 n 300 ---------------------- ---------------------- flat file 2 id name amt 400 p 3000 100 a 100 600 x 6000 Plz reply me ASAP.
What is a sequence generator transformation?
What is source qualifier transformation in informatica?