Can you copy the session to a different folder or repository?
Answer / swetha
Yes. By using copy session wizard u can copy a session in a
different folder or repository. But that target folder or
repository should consists of mapping of that session.
If target folder or repository is not having the maping of
copying session ,you should have to copy that maping first
before u copy the session.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is rank transform?
What is junk dimention?
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
how to read data from website into informatica? plsss send answers ASAP thanks in advance.
What if the source is a flat-file? Then how can we remove the duplicates from flat file source?
Difference between Data and Index Caches?
if we r using aggregator we enabled sorted input but the records r not sorted what happen?
I have a scenario like - how can i load 1st record to Trgt1,2nd->Trgt2, 3rd->Trgt3 and again the cycle has to repeat with loading 4th->Trgt1,5th->Trgt2,6th->Trgt3?
What is confirmed fact in dataware housing?
explain about unit testing? in real time?
what is procedure to use mapping variable in source qualifier transformation? with example
I have a condition sal=100 and I created one router and in that two groups g1 and g2 in g1 Sal<=100 and g2 Sal>=100, first which condition will satisfy, and Why?