I am attempting to convert this XML file from this USA government public data source into a clean relational database/ tabular format for the critical information. The problem I am running into is that there appears to be multiple field names (such as Last Name and Location) stored within the same node. What would be the best way to do some basic parsing of this file?
See this screenshot below from the XML guide where the information inside the orange box is what im struggling to pull apart.
Ideally a result would look something like this:
LAST NAME | FIRST NAME | MID NAME |
---|---|---|
Doe | John | Bob |