Hi
I need to extract info from XML
I used the HTPP caller but now I need to extract the string related to tag <tbody> (see picture)
and I don't know how can procede
thx
Francesco
Hi
I need to extract info from XML
I used the HTPP caller but now I need to extract the string related to tag <tbody> (see picture)
and I don't know how can procede
thx
Francesco
You can try the StringSearcher with a regex, I think <tbody>.+</tbody> should do the trick.
Alternatively the HTMLExtractor could also be helpful.
Alternatively the HTMLExtractor could also be helpful.
Hi takashi
thx this is the workflow that I would like to learn/follow but now I have this document
and I need to extract all the values between <span>..............</span>
thx
Francesco