https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41626 --- Comment #5 from David Nind <david@davidnind.com> --- (In reply to Tomás Cohen Arazi (tcohen) from comment #4)
(In reply to David Nind from comment #2)
I wasn't able to complete steps 3 and 4 - a file wasn't created, and I got an error/warning:
1. Step 3: Don't get any results: perl misc/cronjobs/runreport.pl --format=csv --csv-header 1 Wide character at misc/cronjobs/runreport.pl line 348.
Great, I fixed this. It was a stray 'encode' call messing with it.
Thanks Tomás! The command line steps now work, and work as expected. To create a file for opening in Libre Office I added > filename.csv to the end of the commands. However, for step 2, downloading the CSV format (Download > Comma separated text (.csv)) gives unexpected results. There are some characters before first column name, and a blank row between every line of output: "biblionumber","frameworkcode","author","title","medium","subtitle","part_number","part_name","unititle","notes","serial","seriestitle","copyrightdate","timestamp","datecreated","abstract","opac_suppressed" "1","BKS","Heylin, Clinton.","E Street shuffle :",,,,,,,,,,"2020-01-29 12:06:37","2014-05-07",,"0" "2","BKS","Fine, Reuben,","The ideas behind the chess openings /",,,,,,"Includes index.",,,"1990","2020-01-29 12:06:37","2014-05-07",,"0" "3","BKS","Mastronarde, Donald J.","Introduction to Attic Greek /",,,,,,"Includes index.",,,"1993","2020-01-29 12:06:37","2014-05-07",,"0" "4","BKS","Kernighan, Brian W.","The C programming language /",,,,,,"Includes index.",,,"1988","2020-01-29 12:06:37","2014-05-07",,"0" -- You are receiving this mail because: You are watching all bug changes.