What is parameter file?
Answers were Sorted based on User's Feedback
Answer / swetha
Parameter file is to define the values for parameters and
variables used in a session.A parameter file is a file
created by text editor such as word pad or notepad.
yoU can define the following values in parameter file
Maping variables
session parameters.
| Is This Answer Correct ? | 1 Yes | 0 No |
Mapping Parameter is a constant value that can be defines in
before mapping run.
Mapping parameter file is created using Notepad or wordpad
with the extension of .txt or .prm.
If i wrong means mail to me chandranmca2007@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
source target --------- -------- name no sal name no sal max_sal r 10 1000 r 10 1000 3000 y 20 3000 y 20 3000 3000
Can anyone tell me, when a flat file contains different kinds of delimeters available for each line ( For Ex: First line contains [,*&#$] and second line contains [%@$#%^]. Like that all records having different kinds of delimeters. How can we implement this kind of flat file in informatica?
What are the types of schemas we have in data warehouse and what are the difference between them?
what is parallel querying and what r hints.
How to Display top 2 salaries for each department WITHOUT using Rank Transformation And WITHOUT using SQL queries in source qualifier.
without using emailtask how will send a mail from informatica?
Separate from an archive server and a powerhouse?
Can we use parameters of parameter file in presession command
How many repositories can we create in Informatica??
Explain what are the different versions of informatica?
Can anyone give some input on "Additional Concurrent Pipelines for Lookup Cache Creation" ? I know that this property is used to build caches in a mapping concurently. But which values should I set into this ( i.e. 1 or 2 or 3 or something else ) for concurrent cache building ?
Source --------- eno , ename, sal 001,ank,1000 002,behe,2000 003,raj,2500 Target ------- header :DDMMYYYY24MMSS timestamp body: 001,ank,1000 002,behe,2000 003,raj,2500 footer: count(eno),sum(sal) how to implement the same in a FF tgt?