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
Answer Posted / madhavi
In the lookup transformation->properties->presql condtion
write delete from table_name where column_name="NULL";.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the limitations of joiner transformation?
Define update strategy?
where to store informatica rejected data?
What are the different components of powercenter?
What is a rank transform?
What are the tasks that can be performed using sq?
What is workflow? What are the components of workflow manager?
What is meant by lookup transformation? Explain the types of lookup transformation?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
State the differences between sql override and lookup override?
Can u generate reports in Informatica?
How to delete duplicate row using informatica?
What are data-driven sessions?
Enlist the differences between database and data warehouse.
What is the need of an ETL tool?