binary1230 / wellsfargo-bulk-PDF-statement-downloader

Need to download lots of PDFs from Wells Fargo's online banking website? This script helps make it really simple
62 stars 5 forks source link

Change date format for output files #14

Open fancyham opened 5 hours ago

fancyham commented 5 hours ago

Hi, in the interest of making things alphabetically sorted into chronological order, could the date output be changed to YYYY-MM-DD, or an option made to use that date format? (or at perhaps 20YY-MM-DD)?

This will make it easier for ordering statements chronologically in file browsers.

Thanks! This tool is a huge time saver.

binary1230 commented 5 hours ago

I noticed that date issue too, it's annoying

I don't think this tool can change the downloaded file names, it just downloads them however Wells Fargo names them.

An external tool could be written to rename them though. I unfortunately don't have the time

(But that sounds like a good use for a chatgpt powershell script, if anyone wants to birth such an abomination on the land :) )