[Koha-bugs] [Bug 23668] Manual on patron import: Information on syntax for patron attributes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 29 02:06:26 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23668

Danielle Elder <danielle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danielle at bywatersolutions.c
                   |                            |om

--- Comment #2 from Danielle Elder <danielle at bywatersolutions.com> ---
I found that importing two patron attributes using command line patron import
tool at once does not work if there is a comman in the attribute value. 

Two attributes, as the patron import tools recommends.Not OK.

"ATTR1:BLUE","ATTR2:RED" 

Loads
ATTR1:BLUE
ATTR2: 
_________________________________
Two no space, no comma OK

"ATTR1:BLUE,ATTR2:Red" 

Loads
ATTR1:BLUE
ATTR2: Red

Two with spaces OK:
"ATTR1:BLUE DOG, ATTR2:Red FISH" 

Loads
ATTR1:BLUE DOG
ATTR2: Red FISH
__________________

Two with a comma - not OK
"ATTR1:BLUE DOG,ATTR2:Red, FISH" 

Loads
ATTR1:BLUE DOG
ATTR2: Red
______________________

Two with a comma - not OK
"ATTR1:BLUE, DOG","ATTR2:Red FISH" 

Loads
ATTR1:BLUE
ATTR2: 
_____________________

"ATTR1:BLUE, Fish,ATTR2:Red Dog"
Loads
ATTR1:BLUE
ATTR2: Red Dog


_____________

One with comma does not work:

"ATTR1: Value, 1"

Loads
ATTR1: Value

The commas seem to be the problem in attributes unless separating attributes

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list