Trying to pull some data from CRM to a flat file that may have multiple sub-headers in the file about vendors and their orders. Is SSIS the best way to do this or is some other way better?
What I have is a line that has base info on line1, then line2 could be a sub-header, lines 3 and 4 could be detail info, and then line 5 could be a sub header and line 6 could be another detail line, etc.
Line1-base
Line2-vendor1
Line3-detail of order
Line4-detail of order
Line5-vendor2
Line6-detail of order
etc
I thought of fetchxml, but if there was a way to do XML or XSLT as destination, it would not be too difficult, but SSIS does not have that option. Any suggestions