RE: Using as_string() in Marc::batch

2004-02-25 Thread Sperr, Edwin
>I'm using as_string() in Marc::Batch to get 650 fields and mash all the subfields together so I can push them into a database. >Works great, but what I'd really like to do is have fields such as: >"Health Services Canada." >appear as >"Health Service

Re: Using as_string() in Marc::batch

2004-02-25 Thread Andy Lester
> as_string() could check if MARC::Descriptions is available, and if so add any > available punctuation. If not, just do it the current way? > > I'm willing to tweak up MARC::Descriptions if someone can point me to a > "proper punctuation" guide. Then MARC::Record will be relying on MARC::

Re: Using as_string() in Marc::batch

2004-02-25 Thread David Christensen
t the current way? I'm willing to tweak up MARC::Descriptions if someone can point me to a "proper punctuation" guide. -David On Wednesday 25 February 2004 09:26 am, Andy Lester wrote: > > I'm using as_string() in Marc::Batch to get 650 fields and mash all the >

Re: Using as_string() in Marc::batch

2004-02-25 Thread Andy Lester
> I'm using as_string() in Marc::Batch to get 650 fields and mash all the > subfields together so I can push them into a database. Works great, but > what I'd really like to do is have fields such as: > > "Health Services Canada." > > appear as > >

RE: Using as_string() in Marc::batch

2004-02-25 Thread Holly Bravender
From: Sperr, Edwin [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 8:35 AM To: [EMAIL PROTECTED] Subject: Using as_string() in Marc::batch I'm using as_string() in Marc::Batch to get 650 fields and mash all the subfields together so I can push them into a database. Works g

Using as_string() in Marc::batch

2004-02-25 Thread Sperr, Edwin
I'm using as_string() in Marc::Batch to get 650 fields and mash all the subfields together so I can push them into a database. Works great, but what I'd really like to do is have fields such as: "Health Services Canada." appear as "Health Services -- Canada." Ba