Exporting Supporting Details to CSV via Groovy
Summary:
Hello, I'm looking to see if there is a way to export Supporting Details/Line Item Details from EPBCS via Groovy in a CSV. As of right now we have a process of exporting the information from the migration tool which provides an XML file that requires of a bit of data transformation for it to be usable.
I was hoping there might be a way to leverage DataGrid or DataGridBuilder to create a grid to pull in the intersection and information regarding the line item details and then output that as a CSV file. Perhaps this isn't possible as I haven't had any luck but curious if others have tried to do this.