http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13082
Bug ID: 13082
Summary: tools/export.pl fix to forbid adding of all invalid
records
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Tools
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
records exported by Koha may be invalid for many reasons such as:
- records too large exceeding the 99999 bytes allowed by the leader
- the encoding problems that produce a deviation between the size defined in
the leader and the real size of the record when reopening (it generates many
character offsets)
- all other problems can generate warnings to the reopening of exported records
(and the crash of most of the reimport's scripts)
bz12229 only fixes the problem with records too large, but it does not exclude
all the invalid records from the exported file : a more complete solution must
replace it.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/