Skip to content

pulcams/isis-to-marc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

isis_to_marc

Generate MaRC records from Excel spreadsheets provided by Turkish vendor Isis ( http://www.theisispress.org/ ). These come every month, pretty much.

If not there, create the ./in dir and put the Excel spreadsheet (.xlsx) inside, then run e.g.:

python isis.py -f 2014-7_inv_no_210_Prin.xlsx

To generate multiple files after given line numbers use the -s flag. E.g. To split after lines 96 and 189:

python isis.py -f 2014-7_inv_no_210_Prin.xlsx -s 96,189

The mrc files then need to be copied to the load folder.

isis
├── archive
│       ├── .mrc
│       └── .mrk
├── in
│   └── .xlsx
├── isis.py
└── temp

Requires

xlrd pip install xlrd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages