-
-
Scenario based
If I have a source as below:Employeed, FamilyId, Contribution1,A,100002,A,200003,A,100004,B,205,B,20________________________________And my desired target is as below:EmployeeId,Contribution(In Percent)1,25%2,50%3,25%4,50%5,50% ____________________________________________________________________________Explanation: The contribution field in target is the individual Employee's share in a family's contribution.Say...
-
Pivoting of the records
source: target:
col1 col2 col1 col2
a 1 1 a,b,c,d
b 1 2 p,q,r
c 1 3 x
d 1
p 2
q 2
r 2
x 3
how to do this...
Thanks,
krishna. -
-
Filter, Sorter, Joiner Transformations and Source Qualifier
Why do we need transformations like filter, sorter, Joiner etc when we can do all those tasks with Source Qualifier itself using queries?
-
-
-
Flat File as Source in Informatica
How can we receive source as flat file in informatica, from where we get this flat file?
-
In scd type2
Is it possible to use SCD Type-2 without using Lookup in the mapping?If it is possible please let me know. How it will be possible?
-
What is use of UNIX in Informatica?
What is use of UNIX in Informatica? Where and how can we use UNIX shell scripts or commands to run informatica jobs or other related applications in informatica?Please tell in details as i am working on windows environment, but will be shifted to UNIX environment. Please describe in details starting from installation of informatica in UNIX to run or guide the working on informatica in Unix environment.
-
-
What is the default join that source qualifier provides?
Inner equi join.
-
Check Manual Entries in Target Table
I am loading records from a source table to a CRM target table. I want to get the details of the manually inserted, updated, deleted records from the target table. Please explain in detail.
-
Event-wait task in Informatica
Which of the following statements is correct on workflow events?
1) A predefined (or file-wait) Event Wait task waits for a file to appear at the specified location. As soon as the file appears, the event succeeds and the file can be processed by the subsequent mapping.
2) A predefined (or file-wait) Event Wait waits for a file to appear at the specified location. As soon... -
Informatica error - server service starts momentarily and then stops
I have installed Informatica 7.1.1 and Oracle.But the Informatica server service starts momentarily and then stops.I have uninstalled and installed Informatica twice and removed from the registry as well, but the problem persists.Does any body have the solution for this
-
What r the join types in joiner transformation?
Normal (Default) Master outer Detail outer Full outer
-
-
Update Strategy
In which situation do we use update strategy?
-
Load Last 3 Records using Parameter File
How to load top/last 3 record using parameter file in Informatica?
-
Duplicate Records
If 5 records are there in source, how will you make 10 in targets (double the number of records in source, duplicate source records)?
Informatica Interview Questions
Ans