Pira.cz Technical Forum

Magic RDS 4 => Configuration Options and Possibilities => Topic started by: nuno on August 16, 2022, 07:25:19 pm

Title: Skip source if some words is found at a specific xml element
Post by: nuno on August 16, 2022, 07:25:19 pm
Hi
How can I filter to skip a source if I found an expression or part of it in a specific xml element?
Example.
Im parsing a XML file wich have these nodes:

<title>Hello!</title>
<link>www.site.com/programs/tuesdaynights/2022/02/28/</link>

I want to write only the title but if the link contains the word "programs" then skip to next text source or write a custom text.
Is it possible?

Thanks
Title: Re: Skip source if some words is found at a specific xml element
Post by: Jan on August 16, 2022, 08:45:15 pm

Alternatively you may apply JavaScript to the same Output template, if further filtering or conditions are required.
Title: Re: Skip source if some words is found at a specific xml element
Post by: nuno on August 17, 2022, 11:40:41 am
That works!
Thank you!