Hey Doug,
> Illegal character in 008, which may only contain |, \, 0-9, a-z
> =008 010927d17091709enkir\p\s\|||#0\\\a0eng\c
You can already do the illegal character setup. It would look like this:
008 NR FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
valid [^0-9a-z|\\] Valid Characters
> And can you get the validator to lighten up a tad and accept
> =020 ISBN qualifiers after the presence of 10 or 13 digits and at
> least one blank space?
> Current message: 020-Invalid data found in field:
> 9780203492734 (e-book : PDF). Only [^0-9x] is valid within this field.
>
> =020 Capital X as an ISBN-10 checkdigit?
> Current message: 020-Invalid data found in field: 020349273X. Only
So, you can update your validation rules file to add a capital letter as acceptable (so an X is acceptable) -- you can add a blank space to the validation characters -- that would allow the space to be valid.
In terms of the other stuff -- the indicators and punctuation in odd spots is being worked on -- the series entry I'll need to look into to see how it might work.
--TR
> -----Original Message-----
> From: MarcEdit support in technical and instructional matters
> [mailto:[log in to unmask]] On Behalf Of Doug Rippey
> Sent: Wednesday, February 17, 2010 5:34 PM
> To: [log in to unmask]
> Subject: Re: [MARCEDIT-L] Field count - tab delimited report
>
> Terry said:
>
> > I'm working on adding these validations to the Validator now.
>
> Additional nominations -- issues MARCValidator did not detect in the
> recent ECCO2 record set:
>
> Illegal character in 008, which may only contain |, \, 0-9, a-z
> =008 010927d17091709enkir\p\s\|||#0\\\a0eng\c
>
> Spaces and ISBD punctuation in weird places
> =300 \\ $a
> =300 \\ ;$c12{esc}p0{esc}s.
> =300 \\ 90 p. ;$c8{esc}p0{esc}s.
> =700 1\ b$aDistaff, Jenny,$eattributed name.
>
> Unsupported diacritics or diacritic boundary markers
> =001 N28521
> =245 10$aDh'e K'onst'itush'un 'ov Sp'ensone'a, a
> k[ubreve]ntre [icaron]n fare l[abreve]nd, s[icaron]tuat[ecaron]d
> b[ecaron]tween Utope'a 'and Oshean'a br[obreve][obreve]t fr[obreve]m
> dh[ecaron]ns bi K'apt. Sw'alo. 'And pr[icaron]nt[ecaron]d [icaron]n
> dh[ecaron] Sp[ecaron]nsone[abreve]n M[abreve]nr. Fin[icaron]s
> k[obreve]r[obreve]n[abreve]t op[ubreve]s|h[electronic resource].
> =500 \\$aA phonetic rendering of 'Constitution of Spensonea, a country
> in Fairyland'.
>
> For our continuing problems with series treatment in record sets from
> Springer, Alexander Street Press and others
> =440 Can you make a user-selectable switch for
> whether to validate or disallow this obsolete field?
> =490 1\ Can you send an error if there is no 830 at all
> (or even cooler: no 830$a containing a fuzzy match, disregarding
> capitalization, initial articles in multiple languages, and
> parenthetical qualifiers) in the record?
> =830 \[^0] While not officially a MARC21 error, can you
> set off a warning that initial articles are not customarily used in
> 830s?
>
> And can you get the validator to lighten up a tad and accept
> =020 ISBN qualifiers after the presence of 10 or 13 digits and at
> least one blank space?
> Current message: 020-Invalid data found in field:
> 9780203492734 (e-book : PDF). Only [^0-9x] is valid within this field.
>
> =020 Capital X as an ISBN-10 checkdigit?
> Current message: 020-Invalid data found in field: 020349273X. Only
> [^0-9x] is valid within this field.
>
> Thanks!
>
> DougR
>
> ------------------------------------
> Doug Rippey, CT-IV
> University of Denver
> Penrose Library Serials Dept.
>
> doug dot rippey at du dot edu
> 303-668-7669 (mobile)
>
> -----Original Message-----
>
> ---------------------- Information from the mail header ---------------
> --------
> Sender: MarcEdit support in technical and instructional matters
>
> _______________________________________________________________________
> _
>
> This message comes to you via MARCEDIT-L, a Listserv(R) list for
> technical and instructional support in MarcEdit. If you wish to
> communicate directly with the list owners, write to MARCEDIT-L-
> [log in to unmask] To unsubscribe, send a message "SIGNOFF
> MARCEDIT-L" to [log in to unmask]
________________________________________________________________________
This message comes to you via MARCEDIT-L, a Listserv(R) list for technical and instructional support in MarcEdit. If you wish to communicate directly with the list owners, write to [log in to unmask] To unsubscribe, send a message "SIGNOFF MARCEDIT-L" to [log in to unmask]
|