Dear Member, I have confusion regarding selecting marc tag for item type... 1) In koha...if i want to tag with marc for an item , there are two marc tag for item type like 942$c and 952$y so which tag is better for representing a book items. 2) In koha mapping , tag 952$y representing itype , in this tag is y in capital letter or small letter bcz when i am trying to give 952$y ie, small letter y showing error for script. 3) If I have more than 2 subject added entry and when i assign value 650$a to each.....after importing only one subject added entry is imported.....so what is the problem? Thanks in advance for suggestion, With regards, vijay kumar NCSI, IISc Bangalore
On Tue, Sep 23, 2008 at 8:52 AM, vijay kumar <vijcrjbhu@gmail.com> wrote:
Dear Member, I have confusion regarding selecting marc tag for item type... 1) In koha...if i want to tag with marc for an item , there are two marc tag for item type like 942$c and 952$y so which tag is better for representing a book items.
942$c is the default itemtype for the entire biblio, and the only one if item-level_itypes is OFF. If item-level_itypes is ON, then 942$c becomes the default itemtype for the biblio, and you can assign different itemtypes to each item.
2) In koha mapping , tag 952$y representing itype , in this tag is y in capital letter or small letter bcz when i am trying to give 952$y ie, small letter y showing error for script.
It should normally be lowercase; where are you having a problem?
3) If I have more than 2 subject added entry and when i assign value 650$a to each.....after importing only one subject added entry is imported.....so what is the problem?
If you're doing something like this: 650 $a Sea stories $a Detectives It has to be: 650 $a Sea stories 650 $a Detectives
Thanks in advance for suggestion,
With regards, vijay kumar NCSI, IISc Bangalore _____________________
Good luck, -- Jesse Weaver Software Developer, LibLime
participants (2)
-
Jesse Weaver -
vijay kumar