What I'm trying to think out is a way to take a list of bank card transactions and categorizing them from the transaction description provided by the bank.
The way I envision this working would be to have a table to hold a list of description keywords. These keywords (such as "McDonalds") would be compared to the transaction data description. Since the bank description varys by location, transaction type, etc... I'd like for it to find transactions that are similar to the keyword. I.E. "MTGM ACH 033011 MCDONALDS" bank trxn description would be identified by comparison to the key in the table of "McDonalds".
Any thoughts on how to do this, or if there is a better way to identify and categorize these types of transactions?
Thanks,
G
The way I envision this working would be to have a table to hold a list of description keywords. These keywords (such as "McDonalds") would be compared to the transaction data description. Since the bank description varys by location, transaction type, etc... I'd like for it to find transactions that are similar to the keyword. I.E. "MTGM ACH 033011 MCDONALDS" bank trxn description would be identified by comparison to the key in the table of "McDonalds".
Any thoughts on how to do this, or if there is a better way to identify and categorize these types of transactions?
Thanks,
G