Output CSV File with no Headers?

Is there a way to save a CSV file with no header record?
Thanks,
Dave

You can use the Header transform to Overwrite the header with the top 1 row, effectively removing the header.

Thank you! Worked Perfect.
Dave