Hello! I am working with a dataset that contains rows of XML data. Each row of XML has similar data, but varying syntax. I am trying to parse specific values out of the XML, but because the syntax varies, I am only able to parse values from one row at a time. I would like to be able to have a list of the syntax that corresponds to the individual rows. Then feed that list into the RegEx tool to parse the data from each row without needing to write a separate RegEx for each row. Is this possible? See attached for an example of what I'm talking about. Thanks!
Similarly, could the same be done using the XML Parse tool or another approach I haven't thought of?