I want to be able to download my credit card statements to my computer. This is not necessarily an “easy” process. The CSV files are arranged, by the bank, to reflect each statement period. e.g., Oct 23, 2021; Sept 22, 2021; Aug 23, 2021; etc.
They can only be downloaded as CSV files, so to download the statements for the past year, I have to download 12 CSV files and then convert each one to an XLSM file. To get my yearly summary, I then have to load each of the XLSM files into a single file. When you are dealing with 3 credit cards, this is a lot of work. I am hoping that there might be some way to decrease this work. The bank has told me that there is no way to get one “large” CSV file with the statements that would contain all the results for the year 2021
Is there some way I can download each of the statements CSV files and save them all into a single CSV files as they are downloaded, e.g., start with the first CSV file download and then when I down load the second one, have its contents added/concatenated to the first one I downloaded. If something like this is possible, then when I am finished, I would have one large CSV file that I could convert to a single XLSM file.
The only way I can see to do that now is to download the CSV file for each statement and then copy them all into one larger file that I save as a CSV file and then convert that single CSV file to an XLSM file.
Any thoughts or ideas that anyone might have to help me simplify this process will be greatly appreciated.
Ron M