I have a requirement in which everyday I will have to upload a file in Alteryx and run my workflow which directly comes from the database. Continuous process. I want to create a wf in which the files will be automatically read from where the column header starts which is B4, form B4 column header starts and the data is below the column header. This is the format which I receive from the database and therefore I can't make any changes. There is a specific text written on top on D2 - "Report 1", I don't want to include this value as it doesn't come under any column it's just a topic which is mentioned on D2. How can I make this possible to make it readable from the headers.
Ex:
A B C D E F
1
2 Report1
3
4 Date Name Region Type Number
5 24-05-2024 Sam NA New 435
6 26-05-2024 Ravi IN New 545
7 22-05-2024 John SA Old 354
How can i achieve the proper output ? The output should be headers on top and then the data.