[Koha-bugs] [Bug 33285] It should be possible to specify the separator used in runreport.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 27 15:46:25 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33285

Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #148435|0                           |1
        is obsolete|                            |

--- Comment #7 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Created attachment 148775
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148775&action=edit
Bug 33285: Allow specifying the delimeter for runreport.pl

To test:
1 - Write a report in koha
2 - perl misc/cronjobs/runreport.pl --format csv 1 (or correct report number)
3 - Note you get commas
4 - Apply patch
5 - Repeat #2 - no change
6 - perl misc/cronjobs/runreport.pl --format csv --separator "|" 1
7 - Now it is pipe delimited
8 - perl misc/cronjobs/runreport.pl --format tsv --separator "|" 1
9 - Error is reported, you cannot set separator unless csv
10 - Try other separators

Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list