Open AmazingAJ10 opened 8 months ago
My ideas for figuring out what is a subscription are checking for consistent amounts that show up from the same "Original Description". There are also categories, however they appear to be very non-specific and not totally accurate.
This is what the data I'm working with looks like and if I can figure out how to search for a repeated description and price, it is decently likely to be a subscription, which would accomplish the goal of this issue.
I created a new lambda function with basic functionality called CSVReader. I am learning about lambda functions and how they work. The goal is to have the lambda function go through a CSV file of bank statements and figure out which ones are recurring subscriptions.