[Bug 26235] New: Allow to skip records when using bulkmarcimport.pl
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 Bug ID: 26235 Summary: Allow to skip records when using bulkmarcimport.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: matthias.meusburger@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz This patch allows to prevent records from being imported by bulkmarcimport.pl when a given value is present. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 --- Comment #1 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- Created attachment 108503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108503&action=edit MT26327: Allow to skip records when using bulkmarcimport.pl This patch allows to prevent records from being imported by bulkmarcimport.pl when a given value is present. Two options are added: -incomingfilter: prevent the script from importing a record when a given value is present in the record to be imported. -localfilter: prevent the script from importing a record when a given value is present in the koha record that would be replaced by the record to be imported. They both accept the following specificaton: '<FIELD>$<SUBFIELD>=<VALUE>' Test plan: 1) Apply this patch 2) Launch bulkmarcimport.pl with the following option: -incomingfilter='152$b=rameau' 3) Check that the incoming records with at least a 152$b equal to 'rameau' are skipped. The following message will be displayed for each skipped record if debug is enabled: Discarding record (incoming record contains 152$b = rameau) 4) Repeat step 2 with localfilter: -localfilter='152$b=rameau' Check that incoming records are skipped when the koha record they would replace contains at least a 152$b equal to 'rameau'. 5) Launch bulkmarcimport.pl with an invalid configuration, like: -incomingfilter='incorrect_specification' or -localfilter='incorrect_specification' 6) Check that an error message is displayed and that the script exits. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 Matthias Meusburger <matthias.meusburger@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs@lists.koha-commun |matthias.meusburger@biblibr |ity.org |e.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25539 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 Matthias Meusburger <matthias.meusburger@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #108503|0 |1 is obsolete| | --- Comment #2 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- Created attachment 116404 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116404&action=edit MT26327: Allow to skip records when using bulkmarcimport.pl This patch allows to prevent records from being imported by bulkmarcimport.pl when a given value is present. Two options are added: -incomingfilter: prevent the script from importing a record when a given value is present in the record to be imported. -localfilter: prevent the script from importing a record when a given value is present in the koha record that would be replaced by the record to be imported. They both accept the following specificaton: '<FIELD>$<SUBFIELD>=<VALUE>' Test plan: 1) Apply this patch 2) Launch bulkmarcimport.pl with the following option: -incomingfilter='152$b=rameau' 3) Check that the incoming records with at least a 152$b equal to 'rameau' are skipped. The following message will be displayed for each skipped record if debug is enabled: Discarding record (incoming record contains 152$b = rameau) 4) Repeat step 2 with localfilter: -localfilter='152$b=rameau' Check that incoming records are skipped when the koha record they would replace contains at least a 152$b equal to 'rameau'. 5) Launch bulkmarcimport.pl with an invalid configuration, like: -incomingfilter='incorrect_specification' or -localfilter='incorrect_specification' 6) Check that an error message is displayed and that the script exits. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 --- Comment #3 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- This new patch adds log messages. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 --- Comment #4 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- Created attachment 116406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116406&action=edit Bug 26235: Allow to skip records when using bulkmarcimport.pl This patch allows to prevent records from being imported by bulkmarcimport.pl when a given value is present. Two options are added: -incomingfilter: prevent the script from importing a record when a given value is present in the record to be imported. -localfilter: prevent the script from importing a record when a given value is present in the koha record that would be replaced by the record to be imported. They both accept the following specificaton: '<FIELD>$<SUBFIELD>=<VALUE>' Test plan: 1) Apply this patch 2) Launch bulkmarcimport.pl with the following option: -incomingfilter='152$b=rameau' 3) Check that the incoming records with at least a 152$b equal to 'rameau' are skipped. The following message will be displayed for each skipped record if debug is enabled: Discarding record (incoming record contains 152$b = rameau) 4) Repeat step 2 with localfilter: -localfilter='152$b=rameau' Check that incoming records are skipped when the koha record they would replace contains at least a 152$b equal to 'rameau'. 5) Launch bulkmarcimport.pl with an invalid configuration, like: -incomingfilter='incorrect_specification' or -localfilter='incorrect_specification' 6) Check that an error message is displayed and that the script exits. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 --- Comment #5 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- This patch fixes Bug number in commit message, sorry about that. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 Matthias Meusburger <matthias.meusburger@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #116404|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26235 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #6 from Fridolin Somers <fridolin.somers@biblibre.com> --- Up -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org