Link to home
Start Free TrialLog in
Avatar of josephh610
josephh610

asked on

In powershell, how can I look inside a zip file for text in an xml that matches something from a list of strings in another text file.

In powershell, how can I look inside a zip file for text in an xml that matches something from a list of strings in another text file.

I have a text file with a list of id's and I have to look through a bunch of zip files which have xml files in them for strings that match the id's on the list.  I would like to use powershell to traverse through the zip files with xml in them and look for the first few characters of the matching strings.
Let me know how i can do this.
thanks,
ASKER CERTIFIED SOLUTION
Avatar of Rich Leclair
Rich Leclair
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial