Skip to content

Commit 010132a

Browse files
author
ehanson8
committed
updates
1 parent 358434c commit 010132a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eadToCsv.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ def extractValuesFromComponentLevel (componentLevel):
6363

6464
filepath = raw_input('Enter file path: ')
6565
fileName = raw_input('Enter file name: ')
66-
67-
filepath = 'C:/Users/ehanson8/Documents/GitHub/archivesspaceAPI/'
68-
fileName = 'MS.0037.xml'
69-
7066
xml = open(filepath+fileName)
7167

7268
f=csv.writer(open(filepath+'eadFields.csv', 'wb'))

0 commit comments

Comments
 (0)