Page 1 of 1

[CSV] Disable first line generation ?

Posted: Thu Nov 09, 2017 2:07 pm
by NicolasM
Hello,

I would like to export to CSV a file with general data at top, followed by a Table. I would like to keep this layout in CSV, so I would like to have, on first lines, general data and after, a line with th header and all lines with data.

For this, I disable SkipColumnHeaders to have header after general data. But what about the generated first line (where I have cells name) ? Can I disable the generation on this line ?

Thanks in advance for any help.

N. M.

Re: [CSV] Disable first line generation ?

Posted: Mon Nov 13, 2017 12:34 am
by Edward
Hi Nicolas,

Yes, that is possible. Please use the save dialogue configuration as follows to remove all the data and to have only the table:
CSV_Data_Only.png
CSV_Data_Only.png (13.75 KiB) Viewed 1362 times
But if you need the header data to be present as well, then add the required data to the header band and then please use the following configuration:
CSV_Data_And_Header.png
CSV_Data_And_Header.png (13.76 KiB) Viewed 1362 times
Thank you,
Edward