Hi All,
I have been trying to create a powershell script that updates an element in an XML file based on the matching criteria in a txt file.
the txt file holds a list of reference numbers that may be found in the XML file.
I need the powrshell script to iterate through the txt file and check if the xml file has a match against the refernence numbers based in the txt file.
if the reference number listed in the txt file is found in the xml file there is a match - then i need to update a nested element in a node related to the transaction in the xml
Hope someone can help
Regards
PSworks