Hi all, i am new to this site and new to Informatica too. I
have few questions regarding that.
1) When we load flat files into target tables how do we
identify duplicates? and where do load the duplicate
records for further reference?
2) How do we do chage data capture? Is this Slowly changing
Dimension technique?
Thanks in Advance
Answer Posted / ram
take a router transformation and pass the records through the router transformation and write the logic as if setvarcount()<=1 then send to one target and if setvarcount()>1 then rout them to second target then u can easily avoid duplicates and also u can verify them for future use. try this else correct me
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you copy the content of one repository to another repository?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
What is meant by lookup transformation?
Why update strategy and union transformations are active?
What is a joiner transformation and why it is an active one?
Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
what is index?how it can work in informatica
Explain constraint based loading in informatica
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
How to do unit testing in informatica?
have u done any performance tuning? how u ll do?
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
What is the sql query overwrite in source qualifier in informatica