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 / arunakumari l
let us take column names as col1,col2,col3,col4
STEP1:Add normalizer and place occurs value as 4
STEP2:use filter to eliminate null values
STEP3:take expression transformation and use concat
function to concatenate row values
i think this might work
tell me if i am wrong
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you load first and last records into target table?
How would you copy the content of one repository to another repository?
What is the advantage of informatica?
What are the features of complex mapping?
What is flashback table ? Advance thanks
Difference between Data and Index Caches?
How to do unit testing in informatica? How to load data in informatica ?
How does a rank transform differ from aggregator transform functions max and min?
can we override a native sql query within informatica? How do we do it?
What is data transformation manager process?
hi,this is satheesh working as pl/sql resource in MNC.i just wanna switch to informatica.Could you please let me know what is the best way to learn informatica.what are the best coaching centres available in chennai?Is there any coaching centre will give me a real time experience? informatica
What is dynamic cache?
How to extract the informatica rejected data?
What does command task mean?
What is the difference between source qualifier transformations source filter to filter transformation?