Hello,
I am a beginner with Alteryx and am trying to create a workflow to automate transformations that would normally be done in Excel.
The transformations steps are as follows:
1. Remove Null rows
2. Populate column A with Vendor name so that every bill/payment has a vendor name associated
3. Lift and shift all Bill lines up until the next bill payment
4. Create a new column called External ID, which is Vendor Name & Date & Amount
5. Copy down all Bill payment data for all bill transaction lines
6. remove unwanted columns and adjust to fit import templates
7. Assign all lines to cash account 1001
Specifically, I am looking for help on how to perform steps 2-4 in Alteryx.
I have attached Example Data.xlsx, this file has the transformation steps laid out on one sheet, the example data in another, and finally what the data would look like after being transformed in Excel. All data is sample data.
Thanks!