I am having a FLAT FILE 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 to a FLAT FILE only.For
more clarification i
want to elimate nulls and want in a single line. Please
help me out
Answer Posted / srinivas
dataflow
FF-----> Sourcequalifier...>aggregatore T/F....>target
in aggregator transformation add three new ports
o_col1,0_col2,o_col2 and make output ports
and expression in out ports
o_col1-----MAX(col1),
o_col2-----Max(col2),
o_col3-----Max(col3);
and connect these output ports to target
you will get the resul
| Is This Answer Correct ? | 13 Yes | 8 No |
Post New Answer View All Answers
What are the steps involved in the migration from older version to newer version of Informatica Server?
pmscmd startworkflow -sv
Slowly changing dimensions, types and where will you use them
What are the data movement modes in informatica?
How can you define user defied event?
How can you increase the performance in joiner transformation?
In how many ways we can create ports?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
What is the use of transformation?
What is the fact table?
Different sorts of metadata that stores in the storage facility?
How to create the source and target database connections in server manager?
How to do the error handling of if ur source is flatfiles?
What are the advantages of informatica?
What is the way to execute pl/sql script using informatica mapping?