Bug 19716: Add option to send header line for CSV output
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 29 Nov 2017 20:20:19 +0000 (15:20 -0500)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Mar 2018 14:45:38 +0000 (11:45 -0300)
commitf1926bda5613edd606d0357695b9a67d20926781
tree78d0a36c8199a314ab1698de611a7304b6fd8d39
parente77982ade1254b48493aac28393888509a054846
Bug 19716: Add option to send header line for CSV output

Currently, if outputting a CSV file using runreport.pl, you need to look at the report used to know what each column means. It would be nice if we could include column headers.

Test Plan:
1) Apply this patch
2) Try using runreport.pl with --format csv --csv-header

Signed-off-by: David Bourgault <david.bourgault@inlibro.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
misc/cronjobs/runreport.pl