xpath - How to use substring() with Import.io? -
i'm having issues xpath , import.io , hope you'll able me. :)
the html code:
<a href="page.php?var=12345">
for moment, manage extract content of href ( page.php?var=12345 ) this:
./td[3]/a[1]/@href
though, collect: 12345
substring might solution not seem work on import.io use it...
substring(./td[3]/a[1]/@href,13)
any ideas of problem is?
thank's lot in advance!
try using xpath: (have field selected text)
.//*[@class='oeil']/a/@href
then use regex:
([^=]*)$
this isbn number looking for.
import.io support functions in xpath when return node list
Comments
Post a Comment