You are not logged in.
Announcement
Unanswered posts
|
Have source data for "account" that has accountcreatedate and accountmodifieddate. Tried to use OracleSCD and map start_date to accountcreatedate, which works fine for new accounts. However, for existing accounts with Type 2 changes, need to map start_date to accountmodifieddate but component does not accomodate this. Do I have to split the data before SCD processing? If so, it somewhat defeats the purpose of using it. Might as well do the whole thing in an SP. Any ideas?