I promised a colleague I would post my script on parsing the "Pending Exports" from a management agent via the "Log File and Stop" Export run profile.
The script parses through the XML document and creates a report (which can be loaded into Excel after saving as a CSV) to sort and report on any objects with an EAF or that are being added/deleted/modified in that particular MA.
This is typically most useful after performing a Full Sync due to deploying a big change, new management agent, adding an attribute-flow, changing precedence or go-live. Since I wanted to explain it more in detail, I posted it on my blog, but feel free to add it to the scriptbox if you think its helpful.
Update:
I ended up writing and posting my c# console application in addition to the script, after working on a project with some ECMA. The script can parse the MA Export XML file and the c# console app can parse the CSExport.exe XML file, for more details refer to the blog post.
P.S. There may be a few bugs; for those of you that use either the script or program, let me know if you encounter any issues.