Differentiate between mapping parameter and mapping variable?
Answer / ysindhureddy77@gmail.com
A mapping parameter is a user definable constant that takes up a value before running a session. It can be used in SQ expressions, Expression transformation etc.
A mapping variable is also defined similar to the parameter except that the value of the variable is subjected to change. It picks up the value in the following order.
From the Session parameter file
As stored in the repository object in the previous run
As defined in the initial values in the designer
Data type Default values
| Is This Answer Correct ? | 0 Yes | 0 No |
Clarify the aggregator change?
tell me 5 session failure in real time how can you solve that in your project?
what is the monster dimension plz give me one example
need for registering a repository server
how tokens will generate?
Explain about Informatica server process that how it works relates to mapping variables?
What is a design?
What are the prerequisite tasks to achieve the session partition?
How to convert multiple rows to single row (multiple columns) in informatica
Can we combine a flatfile and a database table using an UNION transformation?
how can we convert a column into row in informatica? Eg: INPUT- a x Output Like: a b c b y x y z c z
in my source i have 100 records, and 3 targets, i want to load 1st record into 1st target,2nd record into 2nd target,3rd record into 3rd target again 4th target into 1st target and vice versa,how to achieve this?