I have a table that I want to have a header at the top of and then be outputted as a CSV. Here is an example of the table I want to see:
| Parameters:TimeZone=Europe/London | | | |
| Name | Age | Location | Opted In |
| James John | 34 | UK | 1 |
| Harry Peterson | 26 | US | 1 |
| Nathan Allan | 19 | UK | 0 |
So I have the rest of the table ready, I just can't think of a way to include the single row/column in the first row/column to act as the title. Any ideas?