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
Answers were Sorted based on User's Feedback
select no,max(col1),max(col2),max(col3),max(col4) from
tablename group by no;
| Is This Answer Correct ? | 7 Yes | 0 No |
What are the transformations that are not supported in mapplet?
Write the program through which the records can be updated?
Which transformation should we use to normalise the COBOL and relational sources?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
What are the new features of the server manager in the informatica 5.0?
Briefly explain the aggregator transformation?
In which scenario did u used Mapping variable?
i have flatfile source. i want to load the maximum salary of each deptno into target. what isthe mapping flow
I have a source file its is CSV(comma separated). I want to convert it to tab separated. Make sure the conversion happens on all commas except the ones enclosed in Double quotes .
generate date / time dimension in informatica
Can we make worklet inside worklet?
What are Rapid changing dimensions?