Using Expression transformation how to remove duplicate
records from a relational source?
Answer Posted / babu
Hi,
SRC-->SQ(ENABLE DISTINCT )-->EXP-->TRG
OR
IN EXP T/R TAKE 4 VARIABLE PORTS AND OUTPUT PORT,
SRC HAVEING THE COLUMNS LIKE COL1,COL2,COL3
SRC-->SQ-->SRT(PLEASE TAKE ALL ARE KEY PORTS)-->EXP
(VAR IS IIF(VAR1=COL1 AND VAR2=COL2 AND
VAR3=COL3),1,0)
VAR1=COL1
VAR2=COL2
VAR3=COL3
OUT=VAR
-->UPD(IIF(OUT=1,DD_REJECT,DD_INSERT))-->TRG
IF ANY THING WRONG PLEASE LET ME KNOW.
8861145051
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
scenario where i can use only concurrent execution of workflow.
How to use procedural logic inside infromatica?
What is meant by lookup transformation? Explain the types of lookup transformation?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
write a query to retrieve the latest records from the table sorted by version(scd)
What is Data Caches size?
What is Cognos script editor?
Reusable transformation and shortcut differences
Explain the use of aggregator cache file?
What is a shortcut and copy in Informatica and how two are different with each other?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
What's the layout of parameter file (what does a parameter file contain?)?
What is the command used to run a batch?
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
Explain the mapping variable usage example in informatica