<div dir="ltr"><div>Hi everyone,</div><div>So for the database, I am considering this approach. <br></div><div>At the time of release, the project will ship with a DB file which will have a column of valid_upto for each entry. This valid_upto value would be the last date of the current quarter. Then, at the time of build, the raw file will be downloaded from the bank. For each of the entry in the raw file, the python script will lookup in the DB using the BLZ code and update the valid_upto value to the last date of the current quarter. If there is no entry in the DB file corresponding to it, then a new entry will be created. In this way, only those entries will be updated which exist in the recent raw file. </div><div>When querying the database for use in the program, only those entries will be selected which are valid at the current date.</div><div><br></div><div>Will this work? <br></div><div><br></div><div>Thanks,</div><div>Prasun<br></div></div>