🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Extract Information Using Regular Expressions

User: "method"
New Altair Community Member
Updated by Jocelyn
Hello,

I am following a tutorial from VancouverData on web crawling using RapidMiner.  

1.  Use CrawlWeb to load listings from Craigslist.org
2.  Use ProcessDocumentsFromFiles + Extract Information to create specific item fields

This is all working when I use XPath as the Extract Information query type.  However, when I change the query type to Regular Expression, I get errors.

Extract Information Settings:
query type: Regular Expression
attribute type: Nominal
regular expression queries (1):
attribute name: price
query expression: \$\d*

The error coming back is immediate:  "Process failed.  No group 1"

Any ideas on what I'm doing wrong here?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Multi"
    New Altair Community Member
    Yes, i had the same problem!
    Use surrounding brackets: (\$\d*) that should fix it. The Error is not helpful at all... ::)