I am looking at ways to loop through the content from an S3 report such as BN101 and then to perform an action on each record. One way is to use bldxffiles to turn it into a pipe-delimited csv and then iterate through that. While that will work, I want to see if anyone has instead converted a report to XML and then used the For Each to iterate through the nodes successfully. I attempted it earlier today, and ran into issues first because there aren't any published schemas for the report xml (that I could find). Then ran into an issue getting the value of the employee ID because the node had both a value as well as a drill node under it.
If anyone has done this the XML route, I would love to hear how you did it.