Hi everyone,
Background: I've taken a spreadsheet of an org hierarchy and converted it to XML to import into yEd. My plan is to give this yEd file to a client so that they can manually update the linkages (which are currently messy) to generate a proper Org chart of the company. Once that is done I want to extract those linkages back out, upload into SQL to update the back end data.
I'm planning to use Python to extract the information out of the XML (because I want to learn Python) but I'm open to suggestions. Has anyone had any experience of this, any example code?
Thanks
Chris.