I am hvaing SOURCE as first line: 1000,null,null,null
second line as:null,2000,null,null 3rd line
as :null,null,3000,null and final line as:
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
Answer Posted / srinivas
Just load the flat file.
(1000,null,null,null
null,2000,null,null
null,null,,3000,null
null,null,null,4000)
Go with Aggregate Trans formation with
MAX(field1)
MAX(field2),,,, .
Pls let me know if any corrections srinu.srinuvas@gmail.com
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the aggregator transformation?
Clarify the utilization of aggregator cache record?
What are the uses of etl tools?
What are the components of the workflow manager?
COM components can be used in Informatica
What are the differences between a connected lookup and unconnected lookup?
Briefly define a session task?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
Is it possible to create multiple domains on a single Informatica server?
tell me 5 session failure in real time how can you solve that in your project?
What is intricate mapping?
Name the different lookup cache(s)?
How to generate sequence numbers?
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
What is olap (on-line analytical processing?