Bug 32390

Summary: Allow one to set an override value for CSVDelimiter per report
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: ReportsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Andrew Fuerste-Henry 2022-12-01 20:13:49 UTC
The syspref CSVDelimiter allows one to pick a delimiter to be used when exporting CSV results for all reports. Based on the data included and the intended use, different reports require different delimiters.

It would be helpful to add the field saved_sql.delimiter and save an optional delimiter value for each report. Reports could default to following the syspref but allow one to select an alternate value when saving/editing a report.