General question: Should MARC be used for periodicals and journals?

2005-09-01 Thread KEVIN ZEMBOWER
for all your advice and suggestions. -Kevin Zembower - E. Kevin Zembower Internet Systems Group manager Johns Hopkins University Bloomberg School of Public Health Center for Communications Programs 111 Market Place, Suite 310 Baltimore, MD 21202 410-659-6139

RE: MARC::Record question: How to update created records before writing?

2005-08-03 Thread KEVIN ZEMBOWER
'p', $record{"CONP"} if $record{"CONP"}; push @sf, 'm', $record{"PRODUCER_EMAIL"} if $record{"PRODUCER_EMAIL"}; my $marc270 = MARC::Field->new('270', '1', ' ', @sf); $mar

Re: MARC::Record question: How to update created records before writing?

2005-08-03 Thread KEVIN ZEMBOWER
t them all in the MARC field, filled or not. I think that this will work for me. Thank you, and Paul, for your help and advice. -Kevin >>> Jonathan Gorman <[EMAIL PROTECTED]> 08/03/05 02:27PM >>> On Wed, 3 Aug 2005, KEVIN ZEMBOWER wrote: > > I think that what I wo

Re: MARC::Record question: How to update created records before writing?

2005-08-03 Thread KEVIN ZEMBOWER
ur advice about empty values. Paul, thanks for your reply and your patience with me. -Kevin >>> Paul POULAIN <[EMAIL PROTECTED]> 08/03/05 12:39PM >>> KEVIN ZEMBOWER a écrit : > My ultimate goal is to import them into Koha to manage the collection. good goal ;-) &g

Re: MARC::Record question: How to update created records before writing?

2005-08-03 Thread KEVIN ZEMBOWER
le 270 field, with the various subfields. Will this import okay into Koha? 270 is a repeating field. Would this still work okay on a non-repeating field? Thanks, again, for your suggestions and your continuing help. -Kevin >>> Jonathan Gorman <[EMAIL PROTECTED]> 08/03/05 12:52PM

MARC::Record question: How to update created records before writing?

2005-08-03 Thread KEVIN ZEMBOWER
rod, c=>$CTYP) if $CTYP; Can anyone help me out with a way of doing this efficiently? Thanks for your advice and suggestions. -Kevin Zembower - E. Kevin Zembower Internet Systems Group manager Johns Hopkins University Bloomberg School of Publi