Scenario:-
Below is the requirement.
Source:-
NAME ID Requirement
RAVI 1 (no need to repeat as it ID is 1)
KUMAR 3 (repeat 3 times as it ID is 3)
John 4 (repeat 4 times as it ID is 4)
Required Out Put:-
Name ID
RAVI 1
KUMAR 3
KUMAR 3
KUMAR 3
John 4
John 4
John 4
John 4
Scenario 2:-
Source Data
ID NAME
1,2 NETEZZA,ORACLE
3,4,5 SQL Server, DB2, Teradata
Required Output:-
ID NAME
1 NETEZZA
1 ORACLE
3 SQL Server
3 DB2
3 Teradata
Answer / krish
http://netezzamigration.blogspot.com/2014/10/implementing-java-transformation-with.html
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the different types of repositories created using informatica?
when will we go for unconnected lookup transformation in Informatica?
How many joins in Informatica
What is data merging,data cleansing,sampling?
What is target update override
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
If a session fails after loading of 10,000 records in to the target. How can you load the records from 10001 th record when u run the session next time?
how can we use sorter transformation in joins?
How to extract the informatica rejected data?
How can we join the tables if they don't have primary and foreign key relationship and no matching port?
Enlist the various types of transformations.
Mention some types of transformation?