I have used python tool to collate data from multiple files to process in the workflow. When I checked the output some columns have shifted to right in the excel output like below. I want to know how to rectify this. There are lot of records so I'm finding it difficult to come with some logic to do this.
| NAME | DATE | AMOUNT |
| A | 16/1/2026 | 20 |
| B | 17/1/2027 | 30 |
| C | 18/1/2028 | 40 |
| null() | D | 19/1/2029 |
| null() | E | 19/1/2030 |
| null() | F | 19/1/2031 |