A TABLE CONTAINS SOME NULL VALUES . HOW TO GET (NOT
APPLICABLE(NA)) IN PLACE OF THAT NULL VALUE IN TARGET .?
Answer Posted / praveen kumar pendekanti
use
decode function in Expression taking one new column as Flag
iif is_null(column_name,-NA-,column_name)
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the settings that you use to configure the joiner transformation?
Is there any way to read the ms excel datas directly into informatica?
How can we handle two sessions in informatica?
Differences between version 7.x and 8.x.
Is it possible to define a single node as a Gateway node as well as worker node?
pmscmd startworkflow -sv
Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com
What is meant by target load plan?
Can u generate reports in Informatica?
Enlist the differences between database and data warehouse.
Differentiate between a repository server and a powerhouse?
What is a connected transformation?
Mention some types of transformation?
How to load a Dimension ? and how to load a fact table?
in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use