https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41630 --- Comment #1 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 203492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203492&action=edit Bug 41630: Use Koha::CSV for action log exports This patch replaces Text::CSV::Encoded with Koha::CSV in tools/viewlog.pl using the low-level API. Benefits: - formula => empty enforced (prevents formula injection) - binary => 1 always set (UTF-8 safe) - CSVDelimiter system preference used consistently - Removes Text::CSV::Encoded dependency - Removes explicit \n handling (eol handled by Koha::CSV) Test plan: 1. Apply patches (depends on bug 41620) 2. Go to Tools > Log viewer 3. Search for some actions and export as CSV => SUCCESS: CSV generated with correct data 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.