Hi All,
I am outputting data from an excel spreadsheet to a SQL table on Alteryx. The challenge I am facing is that the schema changes periodically as I would have additional columns on my excel spreadsheet. Due to this my Alteryx workflow fails to write the data to SQL table. What is the best way to do it ?
Table on week 1
Table on week 2
| Name | Age | Gender |
| ABC | 12 | |
| DEF | 14 | Male |