Hi there,
Our KReporter always creates an empty line as first line of the CSV. Is this normal? Can it be changed?
(KReporter 3.1)
best,
John Dickinson
Hi there,
Our KReporter always creates an empty line as first line of the CSV. Is this normal? Can it be changed?
(KReporter 3.1)
best,
John Dickinson
John,
comment line 916 in modules/KReports/KReport.php
$selParam .= "\n"; to //$selParam .= "\n";
thanks! Works like a charm.
Is this standard in newer versions of KReporter?
John,
not yet. But it will probably be implemented in future versions. Latest release is 4.2, So after this one.
Val
John,
we are about to publish a KReporter v4.3 with PHP7.1 support.
We made some fixes and among them the modification for CSV export.
Val