On a day, I load 10 rows in my target and on next day if I
get 10 more rows to be added to my target out of which 5 are
updated rows how can I send them to target? How can I insert
and update the record?
Answer Posted / james
Hi Guys,
For the above req. we can't use SCD 1 or 2 or 3.
Bcoz for scd1 it inserts the new record and updates the
updated record.And here we wont be having any updated
records only new records will be there.
So according to me,the best option for the above scenario
is go with Incremental aggregation.
Please let me know if you have suggestions regarding this.
Thanks,
James.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an active transformation?
To import the flat file definition into the designer where should the flat file be placed?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
Partition, what happens if the specified key range is shorter and longer
How to join three sources using joiner? Explain though mapping flow.
What is a transaction control transformation?
How can we update a record in the target table without using update strategy?
How would you copy the content of one repository to another repository?
Explain the aggregator transformation?
What are the types of caches in lookup? Explain them.
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
permutations of mapplet
What is the reusable transformation?
Why do you use Mapping Parameter and mapping variable?
What is the use of source qualifier?