By seeing the parameter file how do u identify wheather it
is a workflow parameter or mapping parameter?
Answer Posted / 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 |
Post New Answer View All Answers
What is intricate mapping?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
What do you understand by SOA of Informatica?
Explain how many types of dimensions are available in informatica?
Explain the features of connected and unconnected lookup.
How to implement security measures using repository manager?
What is a predefined event?
Explian the Process of deployment groups in informatica
Explain what is informatica metadata and where is it stored?
What are the settings that you use to configure the joiner transformation?
How to create Target definition for flat files?
How you know when to use a static cache and dynamic cache in lookup transformation?
What is the maplet?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
Can we create a node as a gateway node and the same node can be assigned to a grid?