We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358434c commit 010132aCopy full SHA for 010132a
eadToCsv.py
@@ -63,10 +63,6 @@ def extractValuesFromComponentLevel (componentLevel):
63
64
filepath = raw_input('Enter file path: ')
65
fileName = raw_input('Enter file name: ')
66
-
67
-filepath = 'C:/Users/ehanson8/Documents/GitHub/archivesspaceAPI/'
68
-fileName = 'MS.0037.xml'
69
70
xml = open(filepath+fileName)
71
72
f=csv.writer(open(filepath+'eadFields.csv', 'wb'))
0 commit comments