It worked perfectly, Thanks a lot!
Hello Reino, Thank a million for your suggestion. I am speachless. I will try it today
Sure, the file is a csv file that looks like this: urltoparse,tokentoparse http://intranet/readingarea/pages/service/personalpages/D41952.aspx,dappl http://intranet/readingarea/pages/service/personalpages/D41959.aspx,dappl I was hoping that Xidel could connect and parse the source code of each webpage in the "urltoparse" column and in that webpage find all url references that contains the string "tokentoparse" and output the entire url. I can also use a solution where the file only contains url:...
Hello, I have stubled upon this very interesting tool while trying to solve a problem. Basically I habe a text file containing 2 columns, column (1) contains a url, column (2) a token to parse. I would like to parse the source the webpage specified in column (1) for url that contain the tokem specified at columne (2) and if found, output the url to a file. Is this possible with this tool? I could not see an option to read the list of webpages from a file. To make it more simple, I could skip parsing...