Hi All,
Let' say I have 2 input csv files: INPUT A and INPUT B, which contains records of last 6 months. Now I apply some transformation steps in both the files and do a inner join and get an output file: OUTPUT Z.
Now next month, I'll again receive INPUT A and INPUT B files with last 6 months of records as per next month's date.
What I want from the output is that when I update next month's INPUT files, status gets updated for current records and additional records for new 1 month gets appended along with last 6 month's records. Over all I should have 7 months of data with the latest status.
Request your assistance in the resolution.