Skip to content
Snippets Groups Projects
Commit 3cfe784a authored by philip.roeggla's avatar philip.roeggla
Browse files

Correct column name

parent fe2ad886
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ from travelogues_extraction.dataextractors.abstract import AbstractMultifield ...@@ -6,7 +6,7 @@ from travelogues_extraction.dataextractors.abstract import AbstractMultifield
class VerfasserGND(AbstractMultifield): class VerfasserGND(AbstractMultifield):
column = 'VerfasserGND ; GND-ID' column = 'Verfasser ; GND-ID'
primary_xml_path = lxmletree.XPath('./marc:datafield[@tag="100"]', namespaces=namespaces) primary_xml_path = lxmletree.XPath('./marc:datafield[@tag="100"]', namespaces=namespaces)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment