https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37606 --- Comment #1 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Created attachment 170199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170199&action=edit Bug 37606 - Fix framework export module to replace double quotes with simple quotes When exporting a framework as csv, the exporter does not check the presence of double quote in the fields. Hence, if there is one double quote, the csv is broken. TEST PLAN: 1 - Change a framework to add a field containing double quote in name 2 - Export it in csv 3 - Create a new framework 4 - Import the csv in the new framework -> every fields after the one containing double quotes should have no subfields 5 - APPLY PATCH 6 - Repeat 2-5 -> everything should be correctly exported -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.