i have two coloumn
emp_no sal
1 3000
2 3000
3 3000
4 4000
5 5000
6 2700
7 4500
i just need output by removing duplicate.my answer should be
emp_no sal
1 3000
2 4000
3 5000
and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression

Answer Posted / rayudu

First in the pre_session command task remove the duplicates
using the following

cut -d "," -f2 filename|uniq

Now in the file you will have

3000
4000
5000
2700
4500

now after source qualifier keep a expression and generate
the sequence.

Hope it clarifies

Regards,
rayudu

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mapplet in informatica?

594


What is an active transformation?

648


How do you set a varible in incremental aggregation

1444


suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do

1734


What is an expression transformation in informatica?

519






Clarify the aggregator change?

595


Enlist the differences between database and data warehouse.

550


Tell me any other tools for scheduling purpose other than workflow manager pmcmd?

734


what is SDLC way of code development?

1559


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

678


How to partition the Session?

648


tell me about your project functionality

1866


What is meant by pre and post session shell command?

624


Explain lookup transformation source types in informatica

700


Explain joiner transformation in informatica

666