This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import xml.etree.ElementTree as ET | |
# alteryx xmzd parsing | |
def extract(file): | |
tree = ET.parse(file) | |
root = tree.getroot() | |
d = {} | |
for connection in root.iter("Connection"): | |
origin = connection.find("Origin") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am notedwin on github. | |
* I am notedwin (https://keybase.io/notedwin) on keybase. | |
* I have a public key ASDR7cu1NM8f9EEmPRpogafMOQUnEXC_A9aeJKmSJshH9go | |
To claim this, I am signing this object: |