[Koha-bugs] [Bug 13082] New: tools/export.pl fix to forbid adding of all invalid records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 15 12:01:50 CEST 2014


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: gmcharlt at gmail.com
          Reporter: stephane.delaune at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list