Filter files based on content within XML file?
Posted: Tue Oct 17, 2023 4:43 pm
I've got a number of XML files coming into a workflow and I need to filter them based on some content in the file itself. I can't filter based on the filename as it's random.
Extract of the XML:
I need to be able to filter on the ProductName, either Product1 or Product2, with them each going into different folders.
Do I use the XML pickup tool here? If so I'm not sure how to go about it using it.
Extract of the XML:
Code: Select all
<attributes>
<attribute group="Graph" kind="string" name="ProductName">Product1</attribute>
</attributes>
Do I use the XML pickup tool here? If so I'm not sure how to go about it using it.