How to create a mapping ?

id date
101 2/4/2008
101 4/4/2008
102 6/4/2008
102 4/4/2008
103 4/4/2008
104 8/4/2008

O/P - shud have only one id with the min(date)
How to create a mapping for this

Answer Posted / azhar

Simple use sql override query:

select top1 * from TABLENAME order by ID,DATE

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the guidelines to be followed while using union transformation?

641


How can informatica be used for an organization?

653


Write the prerequisite tasks to achieve the session partition?

652


What is the need of etl tools?

614


What does update strategy mean, and what are the different option of it?

590






what is SDLC way of code development?

1561


Explain the pipeline partition with real time example?

656


what are the best practices to extract data from flat file source which are bigger than 100 mb memory?

1921


What are the data movement modes in informatica?

703


What is a connected transformation?

678


What is the session task and command task?

600


What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?

554


TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com

1466


What is union transformation?

575


Which files are created during the session rums by informatics server?

709