I want a report to be exported to CSV. Simple right? Well this table will generally have no rows so just the header shows, but when exporting to CSV the name of the table prints as well as the headers and that's not what I want at all. How do I get it to stop outputting the name of the table?
ie:
What I get in the csv
table1
Header1,Header2,Header3
What I want
Header1,Header2,Header3