Compare Lists For A Containing Partial Text
winautouser
![]()
- Joined: May 21, 2010
- Posts: 15
Can someone tell me how to do this? -
I have two lists that look like this -
List A
www.url1.com/directory
www.url2.com/directory
www.url3.org/directorypath
www.url4.com/directory/files
List B
www.url2.com
www.url4.com
I want to compare list B to List A and remove the lines in List A that contain the URLs in ListB.
I probably need to use a "contains" operator but I do not have the 3.1 version that was used to make the tutorial videos....
Samantha
![]()
- Joined: Apr 23, 2010
- Posts: 2326
winautouser
![]()
- Joined: May 21, 2010
- Posts: 15
Hi Samantha...
I actually have a beta copy now thanks to support.
If you have time I would like to see a sample job using only 3.0 functions. I tried to get this to work for a little while before I saw the tutorial video with the "contains" operator for conditionals and I kept running into problems. Seeing a sample job might help me to understand winautomation coding better since I had trouble.
Thanks for the great support.
Samantha
![]()
- Joined: Apr 23, 2010
- Posts: 2326
topakitz
![]()
- Joined: Aug 21, 2010
- Posts: 8
Hi Samantha,
I have some question regarding comparing lists.The list I am comparing is:
ListA
- 8/24/2010 04:30:12 AM *** Download file not available. Can't create Sample.txt file.
- 8/24/2010 05:30:12 AM *** ERROR: Unable to connect!
- 8/24/2010 10:30:12 AM *** Download file not available. Can't create Sample.txt file.
- 8/24/2010 09:45:12 PM *** AUTOMATION ERROR
ListB
- 8/24/2010 04:30:12 AM *** Download file not available. Can't create Sample.txt file.
- 8/24/2010 04:30:12 AM *** Download file not available. Can't create Sample.txt file.
- 8/24/2010 05:30:12 AM *** ERROR: Unable to connect!
- 8/24/2010 10:30:12 AM *** Download file not available. Can't create Sample.txt file.
When using your exported job its says nested qualifiers in WinAutomation Error logs.
Thanks. ^_^
Samantha
![]()
- Joined: Apr 23, 2010
- Posts: 2326