I have a gmail address with a lot of data that multiple people have sent me with similar subjects:
(for example: they all start with the string "123")
Each e-mail contains a table that looks like this
#, user, arbitrary number
- user1 5
- user2 3
- user3 4 etc.
How would I create a file that filters for all of these messages and then proceeds to take the information from the table from each of these e-mails?
Would a mail client make it easier? What sort of technology/ coding language should I use?
I'm not really sure what to look into or how to start this.