Question

Extract info from WEBsite

  • 16 April 2019
  • 3 replies
  • 0 views

Badge +11

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


3 replies

Userlevel 5
Badge +25

You can try the StringSearcher with a regex, I think <tbody>.+</tbody> should do the trick.

Userlevel 2
Badge +17

Alternatively the HTMLExtractor could also be helpful.

Badge +11

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

test.txt

Francesco

Reply