I have input file like below just want to insert some rows with data above col names as shown in output with same configuration.
Any help will be appreciated.Thanks.
Input
| EmpId | Name | JobTitle | Years od Service | County | Location | Email | Ph no | Account | Project Code | Interco Segment | Future Value |
| 1 | a | p | 5 | Ind | xyz | abc | 123 | 100 | 1 | 0000 | 0 | |
| 2 | b | q | 6 | Ind | xyz | def | 234 | 101 | 1 | 0001 | 0 | |
| 3 | c | r | 7 | Ind | xyz | pqr | 456 | 102 | 1 | 0002 | 0 | |
| 4 | d | s | 8 | Ind | xyz | qwe | 567 | 103 | 1 | 0003 | 0 | |
Output Expected
| | Client Name | | | | | | | | | | |
| | | | | | | | | | | | |
| | Emp Detailed Report | | | | | | | | | |
| | | | | | | Alteryx Report | | | | |
| EmpId | Name | JobTitle | Years od Service | County | Location | Email | Ph no | Account | Project Code | Interco Segment | Future Value |
| 1 | a | p | 5 | Ind | xyz | abc | 123 | 100 | 1 | 0000 | 0 |
| 2 | b | q | 6 | Ind | xyz | def | 234 | 101 | 1 | 0001 | 0 |
| 3 | c | r | 7 | Ind | xyz | pqr | 456 | 102 | 1 | 0002 | 0 |
| 4 | d | s | 8 | Ind | xyz | qwe | 567 | 103 | 1 | 0003 | 0 |
| | | | | | | | | | | | |