Bug 41633 - Add Koha::CSV::Framework for framework exports
Summary: Add Koha::CSV::Framework for framework exports
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 41619
Blocks: 41621
  Show dependency treegraph
 
Reported: 2026-01-15 13:01 UTC by Tomás Cohen Arazi (tcohen)
Modified: 2026-01-15 13:01 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi (tcohen) 2026-01-15 13:01:16 UTC
This bug adds Koha::CSV::Framework to standardize CSV generation for MARC framework exports.

Files to update:
- C4/ImportExportFramework.pm

Benefits:
- Consistent CSV formatting
- Proper quote handling
- Testable code