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
How many dimensions are there in informatica?
What are the different clients of powercenter?
Does an informatica transformation support only aggregate expressions?
What is lookup change?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
wat are deployement groups in informatica, how it will be used for developers
Can we create a Integration service without a Repository service and vice versa?
What is sorter transformation?
What are the popular informatica products?
What is option by which we can run all the sessions in a batch simultaneously?
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
What are the tasks that source qualifier perform?