Hi all,
I want to ask you for a favor. I am struggling for weeks with the following problem:
I have a csv with banktransactions, amounts and descriptions. I am thinking of a way to categorize these banktransactions based on specific string value in the descriptions (contains..). So basically I have two files:
File A: Banktransactions:
Date/Amount/Accountno/Description
for example: 2021-01-31/31.00/5368798564/Loan payment HSBC Bank reference 1326464
File B: Lookup
Search-String/Category
for example: Loan Payment/Mortgage
Eventually I would like to have all of File A and an extra column with the category field of File B.
What is the best method to do this in Alteryx?
Thanks!