A few people have complained to me about not being able to export data from the BAG Parser script. When exporting the parsed out information, it only outputs an empty tab-delimited file with column titles but no data.
This is not a bug with the script. The "Export" button on the script exports all leaf nodes but not folder nodes shown in the tree. This is a generic dialog that I use in all my scripts and its designed to be that way. However, the BAG data is mostly folders and hence the problem with exporting it.
Solution
Here's what you need to do to get the FULL output.
1. Use the "Export Selective" button.

2. On the dialog that pops up, select "Include Folders", choose all fields you want to export (all are selected by default) and hit OK.

Script Update
The script has been updated to include the above information in the "About" dialog.
Also, a bug has been fixed which caused some output to show up as garbage data (invalid Unicode).