"[SOLVED] Using a loop variable within a regular expression?"
whitfa
New Altair Community Member
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
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
Tagged:
0
Answers
-
Can you please post your process XML?
Best regards,
Marius0 -
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. ;D0 -
So we can mark this thread as solved0