[Koha-bugs] [Bug 5379] import_borrowers.pl fails with db insert/update errors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 15 15:19:01 CET 2010


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5379

--- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2010-11-15 14:18:59 UTC ---
Ok, I have to correct my former report: the patron attribute is not deleted but
written into the next field of the header row. 

More tests with small changes to the provided csv file:

"'BORROWER#:222','SECOND_ID:224'"
1 not imported because they are not in the expected format (last was Fischer /
AddMember)

'"BORROWER#:222","SECOND_ID:224"'
1 not imported because they are not in the expected format

And one last change, to match the format in chris_n's example file:
"“STARTDATE:January 1, 2010”,”TRACK:Day”" changed to:
"“BORROWER#:222”,”SECOND_ID:222, 444”"
And that works.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list