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 / maheshkumar bvn
first convert flat file to oracle table
create table num_test(field1 int,field2 int,field3
int,field4 int);
insert into num_test values(1000,null,null,null);
insert into num_test values(null,2000,null,null);
insert into num_test values(null,null,3000,null);
insert into num_test values(null,null,null,4000);
select max(field1),max(field2),max(field3),max(field4) from
num_test;
result:
1000 2000 3000 4000
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
If informatica has its scheduler why using third party scheduler?
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
What can we do to improve the performance of informatica aggregator transformation?
What are the tasks that can be performed using sq?
To import the flat file definition into the designer where should the flat file be placed?
what are 3 tech challenges/ common issues you face?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
Define mapping and session?
what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?
Repository user profiles
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
Explain the code page compatibility?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
Different sorts of metadata that stores in the storage facility?