I have a table of data I need to export to a comma delimited file, but need to include the header with each value.
for ex; header1 value, header2 value, header3 value.
header1 header2 header3
value value value
value value value
value value value
When you export to csv it puts the header at the top, but doesn't include it with the values.
Any ideas?
Thanks!
for ex; header1 value, header2 value, header3 value.
header1 header2 header3
value value value
value value value
value value value
When you export to csv it puts the header at the top, but doesn't include it with the values.
Any ideas?
Thanks!
