Hey all,
Given that the JSON parse is so good at flattening out data to make it easier to transpose - we're hoping to be able to either do the same with XML data to make it easier to parse in a single pass (currently the XML tool allows you to dig progressively into the tree in single steps but doesn't have a way to fully flatten in one pass like JSON parse does).
Have any of you built anything that simplifies the process of flattening out XML files like the JSON parse tool does (or a simple way to convert XML to JSON and then we can use the JSON Parse tool)
Happy to provide a worked example if that helps the discussion?
cc: @JoshKushner @Claje