From 1dad0d9e54bfae93eebea47f8a3cb291cdd645c5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 4 Apr 2018 12:06:38 -0700 Subject: extraction -> mapreduce --- extraction/xml2json.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 extraction/xml2json.py (limited to 'extraction/xml2json.py') diff --git a/extraction/xml2json.py b/extraction/xml2json.py deleted file mode 100644 index f956014..0000000 --- a/extraction/xml2json.py +++ /dev/null @@ -1,8 +0,0 @@ - -import json -import sys -import xmltodict - -with open('tests/files/23b29ea36382680716be08fc71aa81bd226e8a85.xml', 'rb') as f: - thing = xmltodict.parse(f, process_namespaces=False) - print(json.dumps(thing)) -- cgit v1.2.3