D
David G.
I have an XML file containing structured bill of materials data.
Viewing the XML with "XML Notepad", the structure seems to be right.
(Assemblies are in a higher level then individual parts, and each
Assembly branch contains the proper list of parts.)
Access XML import produces 2 tables (Assemblies) and (Parts) as
expected; however, the resulting tables have no relationship, or
common filed. (Assembly records appear multiple times, 1 row for each
component; Components also appear multiple times, 1 row for each
assembly they are used in. )
Excel XML Import comes a little closer. But I get an error message
about "data contains a list of lists" when I try use the data. I
prefer to avoid manipulating the XML in Excel, just to open in Access
if possible.
The bill of materials structure is a common structure, so I'm
surprised I'm having this much trouble. I would appreciate any
comments, links, or suggestions!
THANKS!
David G.
Viewing the XML with "XML Notepad", the structure seems to be right.
(Assemblies are in a higher level then individual parts, and each
Assembly branch contains the proper list of parts.)
Access XML import produces 2 tables (Assemblies) and (Parts) as
expected; however, the resulting tables have no relationship, or
common filed. (Assembly records appear multiple times, 1 row for each
component; Components also appear multiple times, 1 row for each
assembly they are used in. )
Excel XML Import comes a little closer. But I get an error message
about "data contains a list of lists" when I try use the data. I
prefer to avoid manipulating the XML in Excel, just to open in Access
if possible.
The bill of materials structure is a common structure, so I'm
surprised I'm having this much trouble. I would appreciate any
comments, links, or suggestions!
THANKS!
David G.