I have a sample file from a customer and need to match the schema with data from various tables in my MS Database.
Tried writing a query and exporting the XML but it oversimplifies the XML and assumes that each row from the query is a single node and all the data elements fall under each instance of that node.
Is there a way to setup a schema (possibly build it by importing my sample file) and then map fields to that for the export?
I’m open to using Excel if by chance it is better suited – just figured the access relationships would be better.
Perhaps you are looking for something like:
From: http://msdn.microsoft.com/en-us/library/ff193212.aspx