[Bug 17151] New: Extended patron attributes not importing when using double quotes
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17151 Bug ID: 17151 Summary: Extended patron attributes not importing when using double quotes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: danielle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Patron import tool directions on Patron Import Tool Page states: _____________ Example 2: STARTDATE:January 1 2010,TRACK:Day If an input record has more than one attribute, the fields should either be entered as an unquoted string (previous examples), or with each field wrapped in separate double quotes and delimited by a comma: Example 3: "STARTDATE:January 1, 2010","TRACK:Day" The second syntax would be required if the data might have a comma in it, like a date string. ____________ Only the second example works "STARTDATE:January 1 2010,TRACK:Day" The double quotes import does not work. Loading the patron will fail with a "Line 2 could not be parsed!" error. Partners of BWS are also reporting this same behavior. -- 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=17151 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18689 -- 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=17151 Carlos Lopez <clopez@dml.vic.edu.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clopez@dml.vic.edu.au --- Comment #1 from Carlos Lopez <clopez@dml.vic.edu.au> --- We've found (version 1711) that if we do not double-quote or separately double-quote patron attributes only one will be loaded (example 1: ORG:PILGRIM,ROLE:UG) (example 2: "ORG:PILGRIM","ROLE:UG") but if we put double-quotes around the entire set of patron attributes they load properly (example 3: "ORG:PILGRIM,ROLE:UG") -- 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=17151 Serhij Dubyk <dubyk@ukr.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dubyk@ukr.net -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org