"[SOLVED] Using a loop variable within a regular expression?"

whitfa
whitfa New Altair Community Member
edited November 5 in Community Q&A
Hi there,

I'd like to pass my loop_value into a regular expression (which is in a Crawl Web parameter, which is inside the Loop Values Operator), however replacing my;

.+period-charts.+today.+

with

.+period-charts.+%{loop_value}.+

isn't working.  Any ideas  ???

thanks   :)

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    Can you please post your process XML?

    Best regards,
    Marius
  • whitfa
    whitfa New Altair Community Member
    I beg your pardon Marius. 

    It appears that this does in fact work, so long as I don't use the Regex builder / helper within the Crawling Rules of the  CrawlWeb process node.  When I try to include the %{loop_value} within the regex helper, it won't let me <Apply> it because it doesn't like the syntax.  I have to do this without the helper, which is fine because it works.  ;D
  • MariusHelf
    MariusHelf New Altair Community Member
    So we can mark this thread as solved :)