What are variable ports and list two situations when they can be used?
Answer / thotli
variable port is it stores the variable value after data flow also.
1)when we separate unique records and duplicate values
2)when we develop ranks without rank transformation
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are the different types of transformation available in informatica.
Which tool yoU use to create and manage sessions and batches and to monitor and stop the informaticaserver?
tell me 7.x and 8.x diferrencess(but not transformations)
what is the difference between onsite & client site?
What are reusable transformations in how many ways we can create them?
What is update strategy transform?
What is flashback table ? Advance thanks
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
how can we load 365 flat file to a single fact table (target) as a history load in single mapping?
I am hvaing SOURCE as 1000,null,null,null null,2000,null,null null,null,3000,null null,null,null,4000 Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out
What is the commit type if you have a transaction control transformation in the mapping?
I have a file with data comming as 1,x1,x2,x3 2,a1,a2 3,b1,b2,b3,b4 1,y1,y2,y3 2,c1,c2,c3 3,d1,d2 my out put should be as follows x1,x2,x3,a1,a2,<null>,b1,b2,b3,b4 y1,y2,y3,c1,c2,c3,d1,d2,<null> Please let me know how can we acheive this in informatica Thanks in advance