Skip to content

Instantly share code, notes, and snippets.

View notedwin's full-sized avatar
🚫
i am not an octopus

Edwin Zamudio notedwin

🚫
i am not an octopus
View GitHub Profile
@notedwin
notedwin / parse.py
Created May 15, 2025 05:19
alteryx yxmd parsing
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")
### 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: