How to load only the first and last record of a flat file into
the target?
Answers were Sorted based on User's Feedback
Answer / yaseen
After SQ place 2 Rank T/R and a reusable sequence generator T/R having start value 1. In 1st Rank give the top 1 and in 2nd Rank set bottom 1
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / spandita
After SQ expre/aggregate without selecting group by option
then it displays default last record for displaying first
record there is first function enable this then it displays
1st record.....
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / harish konda
First connect the exp1 with source and Sequence t/f's.
And next take the sorter and sort the data in descending
order of NEXTVAL port.
And again connect sorter to exp2 and connect sequence t/f to
this exp2.
And then connect this exp2 to router and give these
conditions NEXTVAL=1(of first sequence) and NEXTVAL=2(of
second sequence) then rout to the target.
Is This Answer Correct ? | 0 Yes | 0 No |
what is normalizer transformation?
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
How can i maintain unique surrogate key if 2 seperate workflows from different repository run and insert/update the main table at the same time.
How to update a particular record in target with out running whole workflow?
HOW DO YOU CONNECT TO REMOTE SERVER ?
Define Update Override?
Explain pmcmd command usage in informatica
What is operational data source (ODS)?
how can import the data from the flat files?
What are the tuning techniques you applied during your last project
What do think which one is the better joiner or look up?
how to work with mapplet designer in informatica?