Hello Alteryx,
I recently started using Alteryx and honestly it has been a great learning experience. I am currently working on a file and need some help with selecting some data. The attached data file represents a structure of the file which I will be using. The spreadsheet has several tables in it and I want to select the information listed under the transaction summary table.
| Transaction Summary |
| Trans Type | Trans Code | ID | CSA | New CSA | Dep S | Dep Name |
| EE | F1 | 12345061314561 | 0104474-010-00000 | | | |
| D | S1 | 12345061314561 | 0104474-010-00000 | | 1 | Jane Doe |
| D | S1 | 12345061314561 | 0104474-010-00000 | | 2 | John Doe |
| Term | T | 31655474864298 | 0686745-010-00000 | | | |
The attached file is just a sample file and I will have to select this data from over 100 files which has same structure. My goal is to develop a script which will just extract the information under "Transaction Summary" Table. Since I am new to using Alteryx, I am hoping someone on the forum might be able to help me. Looking forward to your responses.