Thats the easy part. Problem is once I've added in the 2000 or so IDs where they go, excel tells me it can't export back into xml!
That's correct ResQ... The xml file cannot be exported directly.
First off, there is no associated .xsd (schema). {Note to the author: Rick, a self-contained schema would be nice in the xml ;-)} I thought I was the only one doing this. ;-)
ResQ, there's a help article from Microsoft covering this issue:
Here
I started writing out the instructions to get Excel going, but realized it was getting out of hand for this post.
If you're having trouble getting Excel set up, might I recommend one of the free xml editors... Liquid Technologies has a free editor which will infer the xsd (Excel does this too but has limitations). You can easily bypass all of the Excel quirks, but it requires a tiny bit more work on your part to 'pre-format' the data.
If you import the Unitrunker.xml into Liquid XML Studio 2009 you'll get a message that there is no associated xsd. We expect this... Just go the top and select Tools>Infer XSD Schema. Select the Unitrunker.xml file and a new schema file will be created. Now go back to your xml file and copy out a line that has an example of the ID and alias... Make duplicates in another tool (like a text editor or Excel) with all of your new data and then paste it back in. Save the new xml and you're done.
I realize that reading these instructions may be a bit cumbersome, so let me know if something isn't clear.
I'm not a professional programmer or database guru- I'm just someone who loves Unitrunker. So, if someone has a better method please let us know...