LIBstick field Parsing
In LIBstick there is a dedicated filter functions: “getCallNumber” (see appendix) for call number parsing.
The function returns a sub string of the call number according to the index divided into 4 parts.
For example, displaying the call number after parsing in 4 lines. The full call number is: “CA025.5877D866V 2009”
Function | Result |
getCallNumber(0) | CA |
getCallNumber(1) | 025.5877 |
getCallNumber(3) | D866V |
getCallNumber(4) | 2009 |
The template fields of the:

The formatting in the first call number field:

0 Comments