i am writing out a tab delimited text file from a database query, and do not want a header, is that possible or is a header a required part of the output? i do not find an answer to this in the community.
Solved! Go to Solution.
@nwhite when you say you don't want a header - are you referring to the column headers for the data?
yes -- i just want to write the data out, with no column headers at all. thanks.
Hi @nwhite ,
When saving your data as csv with the output data tool, you can choose to not insert any header as image below.
Let me know if that works for you.
Best,
Fernando Vizcaino
totally missed that line in the output configuration! thank you so much