Hi All,
CUST_INFO | |||
| ID | VALID_FROM | VALID_TO |
OLD RECORDS | AAA | 19000101 | 99991231 |
CHANGED RECORD | AAA | 19000101 | 20150929 |
UPDATED RECORD | AAA | 20150930 | 99991231 |
|
I am having CUST_INFO table, when ever there is change in Record, the record should end with yesterday date 20150929.
and that same record needs to be updated with(Today date) VALID_FROM 20150930 and Valid_to date should be 99991231. How this can be achieveble in BODS,
In my job we are are not using any TC,HP transforms as all our Staging tables are TEMP tables.