In real time scenario where can we use mapping parameters
and variables?
Answers were Sorted based on User's Feedback
Answer / pendekanti praveen kumar
Before using mapping parameters and mapping variables we
should declare these things in mapping tab of mapping
designer.
A mapping parameter cannot change untill the session has
completed unless a mapping variable can be changed in
between the session.
Example:::
if we declare mapping parameter we can use that parameter
untill completing the session,but if we declare mapping
variable we can change in between sessions.Use mapping
variable in Transcation Control Transformation......
Is This Answer Correct ? | 40 Yes | 7 No |
Answer / bsgsr
mapping variable unlike mapping parameter changs its value
during session execution. it is used in incremental loading.
parameters are used in many scenarios like loading the data
of employees who joined ina particular year, for
timestamping, loading the data related to a particular
product id. alike.
if i am wrong let me know.
bsgsr12@gmail.com
Is This Answer Correct ? | 21 Yes | 3 No |
Answer / ram kumar
Mapping & Mapplet, v can use the mapping parameter &
variable. V can also create the parameter & variable in the
sesssion level.
Is This Answer Correct ? | 31 Yes | 23 No |
Answer / kittu
Before using mapping parameters or variables first we hav to declare them in mapping level.After that we can create parameter file with .txt or .prm extension . Mapping parameters are used when the requirement need the values that cannot change with in session where as mapping variables can change the value with in session the best example for mapping variable are we can use them in concept of Increamental Loading and also to generate sequence numbers with out using sequence Generator Transfomation.
Is This Answer Correct ? | 7 Yes | 4 No |
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
Explain the types of transformations?
Hi ETL gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance..please let me know in case of any concerns...
What is the status code?
What are the settings that you use to configure the joiner transformation?
How to run a session, which contains mapplet?
Explain constraint based loading in informatica
How to extract sap data using informatica? What is abap? What are idocs?
I have 2 Sources,If 1st one Read sucessfully,Then only it has to move to read 2nd source.How can i do in INFORMATICA.
How do u identify or filter out a 0 byte file available in a folder by using UNIX command?
what is dimension table?
Hi All, I have three question. 1) How to remove the header and footer in a flat file in informatica? 2)How to load the first and last record of flat file into the target? 3)I have a Input and Output table. Input Name Salaray Month A 100 Jan A 200 Feb A 300 March B 400 April B 500 May B 600 June Output Name Salaray Month A 100 Jan A 300 Feb A 600 March B 400 April B 900 May B 1500 June How to implement and get the ouput as mentioned above. If Possible kindly provide the SQL query also. Kindly any one help to implement this concept. Thanks, Pradeep