From 4e332e9037530ebc62836acfa78896dc76700c9c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 2 Dec 2020 10:49:35 -0800 Subject: add 'lxml' mode for large XML file import, and multi-tags --- python/fatcat_import.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/fatcat_import.py') diff --git a/python/fatcat_import.py b/python/fatcat_import.py index ff6c94dc..6c9e65a8 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -71,8 +71,7 @@ def run_pubmed(args): Bs4XmlLargeFilePusher( pi, args.xml_file, - "PubmedArticle", - record_list_tag="PubmedArticleSet", + ["PubmedArticle"], ).run() def run_jstor(args): -- cgit v1.2.3