This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
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?
Solved! Go to Solution.
Hi @willd9
To create this output correctly, its necessary to save the output file as a flat file (the csv output option cant handle the fact that your first row does not have the same columns that the table has). Check the attached workflow.
OUTPUT: