My source is like bellow
F.NAME M.NAME L.NAME
A B C
D E F
G H I

and out put should like

S.NO F.NAME M.NAME L.NAME
1 A B C
2 D E F
3 G H I
4 UNNOWN UNNOWN UNNOWN

How can we acheive? please explane me indetail

Answer Posted / santosh

if target is a database the you can write post sql in session to the result as below

insert into table_name values((select max(s.no)+1 from table_name),'UNKNOWN','UNKNOWN',UNKNOWN);

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the basic requirements to join two sources in a source qualifier transformation using default join?

609


How can we delete duplicate rows from flat files?

738


How to load the data from a flat file into the target where the source flat file name changes daily?

572


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. ?

1601


What is informatica worklet?

610






What are the designer tools for creating transformations?

681


Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.

1845


When do you use sql override in a lookup transformation?

584


WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com

1515


What is target designer and target load order?

652


How many types of sessions are there in informatica.please explain them?

678


How can you differentiate between powercenter and power map?

623


Explain joiner transformation in informatica

666


Name the different lookup cache(s)?

707


What are batches?

617