https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24572
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |[email protected] Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer <[email protected]> --- Hi, Koha needs a full valid and well-formed MARC record in metadata (depends on version), I think you'd have much more 'fun' with getting records into Koha using the build in import tools like staged marc impord or bulkmarcimport.pl or one of the available APIs. Doing things on SQL level you run at a high risk of missing things or importing things that won't fit your configuration later on - like the mappings in your frameworks and keyword to MARC mappings. And as you need a full MARC record in any case, there is no advantage to using SQL over the other available options. For more help/discussion, please ask on the mailing list - the bug tracker is read only by a few and should be only used for enhancement requests and bugs. koha-devel is read by most of the developers: https://koha-community.org/support/koha-mailing-lists/ -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
