Skip to content

Instantly share code, notes, and snippets.

View mkudzia's full-sized avatar

Megan Kudzia mkudzia

  • Michigan State University
  • East Lansing, MI
  • X @mkudzia
View GitHub Profile
@phette23
phette23 / csv2patron-marc.py
Last active August 7, 2022 01:18
Converting CSV into Patron Records for III Millennium
#!/usr/bin/env python
# note final, more robust version at https://github.com/cca/millennium_patron_import
import sys
import csv # https://docs.python.org/2/library/csv.html
# PCODE mappings, etc.
from mapping import *
import datetime
import re