Replies: 2 comments
-
as the issue template says, this is not an issue :) this is support - moving to discussions |
Beta Was this translation helpful? Give feedback.
0 replies
-
aaaah my mistake, YES we need some kind of "rewrite output" feature, back to issue :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version and OS
v0.46.04 / Docker
Is your feature request related to a problem? Please describe.
Yes: I'm trying to extract a list of links from a list from this page. I'm using an XPath expression like this:
Then I'm using an SMS API to send those links via SMS.
This principle works well for 2 other websites, but I'm trying to achieve it for a website that have relative links. The output from the XPath expression is:
I'd like to make links clickable from my Android device from received SMS. For this I'd need to add the domain name in the beginning of each link, to have something like:
As far as I know, I can't add string to each result (
concat()
only works for one element).Describe the solution you'd like
I'd like to be able to apply a substitution regex to each result line, like if I'm using sed applied to the output.
This is more generic than the existing "Extract text" section of "filters-and-triggers" page and could replace it (?)
Describe the use-case and give concrete real-world examples
This is not really related to any example, but I gave an example above
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions