Hi everyone,
I have been reading through the great Alteryx community already for a while, it's a pleasure!
Currently, I am working on a workflow for my personal finance and I am wondering if anyone here can help me.
I download my card transactions from my bank in a CSV and use Alteryx to clean the data and divide the transactions into categories for further use.
However, some non-regular transaction will need manual categorization before using the data for further 'analysis'. Therefore, I was wondering what would be the best and most integrated way in Alteryx to upload my transactions, let Alteryx do the first cleaning, then manually address the transactions that Alteryx could not categorize (based on the company/supplier) and then after this input the data again into Alteryx for further analysis?
(I have been thinking about two separate workflows, 1 for cleaning and then categorizing and then input it into a new workflow for further analysis. But, then my problem is that after manually categorizing at moment A, when I will run the workflow with additional new transactions later on moment B I will again have to manually categorize the transactions from moment A). So, is there a way to let Alteryx only export the 'new' transactions to the output-file? So my manually categorized transactions from earlier won't be overwritten. And what would be the best way to integrate this whole process? (Would it be possible to do it in one, chained, workflow?