Discussion Thread
Data Extractor
Message Thread

Extract any data, including email addresses and URLs from your files and webpages.
Posted in the Data Extractor Forum.
How to extract product=123456789
Looking to extract a set of numbers always following this pattern:
productid=123456789
Please let me know.
Thanks
How to extract product=123456789
You need to create a regular expression based rule and use the following pattern:
product=\d*
How to extract product=123456789
Hello Nico,
Thanks for your reply. I was already using this match, but it doesn't seem to work. It works on some pages but not on others.
I believe I know why. It will work on pages where I can view the "page source" within IE. If IE will not let me see the "page source" then the program is failing to extract. Perhaps some of the pages I am crawling have a source block or something?
Not sure how to tackle this, but I need the extraction to occur on pages where the source code is not viewable. I should mention that the source code is viewable if browsing in FireFox.
Thanks,
Vinod Mirani
Holyearth@gmail.com
How to extract product=123456789
If you would like to post the URL I can take a look at it, otherwize I can only speculate that you're correct.