https://github.com/michal-josef-spacek/app-marc-filter
Base class and script for filter MARC records.
https://github.com/michal-josef-spacek/app-marc-filter
marc marc-xml
Last synced: 2 months ago
JSON representation
Base class and script for filter MARC records.
- Host: GitHub
- URL: https://github.com/michal-josef-spacek/app-marc-filter
- Owner: michal-josef-spacek
- License: bsd-2-clause
- Created: 2022-05-17T12:24:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T11:43:56.000Z (10 months ago)
- Last Synced: 2025-01-01T04:47:27.003Z (4 months ago)
- Topics: marc, marc-xml
- Language: Perl
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
marc-filter - Script to filter records in MARC dataset.SYNOPSIS
marc-filter [-h] [-o format] [-r] [--version] marc_xml_file field subfield valueDESCRIPTION
It supports MARC XML files now.ARGUMENTS
* "-h"Print help.
* "-o format"
Output MARC format.
Possible formats are ascii, xml.
* "-r"
Use value as Perl regexp.
* "--version"
Print version of script.
* "marc_xml_file"
MARC XML file name.
* "field"
MARC field.
* "subfield"
MARC subfield.
* "value"
MARC field/subfield value to filter.
REPOSITORY
AUTHOR
Michal Josef Špaček
LICENSE AND COPYRIGHT
© 2022-2024 Michal Josef ŠpačekBSD 2-Clause License
VERSION
0.04