How to automatically archive the content of a page when the csv file(the data holder) changes

I am developing a sports site that will require data feeding using csv file from a dynamic source. I am done with the scripting but what I don't know is how to still be able to show the previous information on the old csv file as the newly uploaded csv will automatically replace the view output.

Back to Top