can u apply SCD2 on flat file tgt? if yes wat is the procedure?
Answers were Sorted based on User's Feedback
Answer / guddu kumar mehra
We can not update a record in a flat file as we need a Key column to update the record but in flat file we can not have a key column.
So we can not implement SCD type 2 on flat files.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / rajesh aitha
Yes, I can
Let’s go head implementation
Understanding: In SCD2 we have 3 steps
1. Identify new record and insert as new record
2. Identify Updates in target and insert it as new record
3. Update the updated records to makes end date as system date
Process of implementation:
Step1: Generate 3 files as described above
Step2: The file to update is available and we have surrogate key of each row as well , use a script to Fetch the surrogate key to separate temporary file, Delete these rows from main file and keep it as separate file with appended field Last updated date at extreme right side of the file
Step2: So here we have 2 new files created for with new records as inserts, 1 file with updates. Now keep adding these 3 files to the mail file one by one in sequence.
What do you think?
| Is This Answer Correct ? | 0 Yes | 8 No |
What is 'PowerCenter Pushdown Optimization Option' in INFORMATICA ?
hi all, Can anyone please tell me the relationship between informatica and business objects
can anyone explain me about sales project in informatica?
what is data driven in update strategy transformation?
what is casual dimension?
i have an aggregater in my mapping and no group by port on any column and i ampassing 100 rows through aggregater,so how many rows i will get as out put from aggregater
My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following EmpID, Salary, Composite_Salary- (101, 1000, 1000)(102, 2000, 3000)(103, 3000, 6000). Please guide on how to build the mapping.
How to extract sap data using informatica?
If we are using an aggregator but forget to mention the group by port .what will be the output??
How to call stored Procedure from Workflow monitor in Informatica 7.1 version?
What is meant by incremental aggregation?
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?