Hi to all, hi have a problem:
I want dump part of text after one specific word.
The problem is one cell of excel contain max 32,767 char,
So is impossible for me grab entire description and extract part of text with excel formula because the text after dump is cut by excel.
So i search in google and i see a special formula for xpath called: substring-after
example is here:
https://stackoverflow.com/questions/333249/how-to-apply-the-xpath-function-substring-after
So i need extract for example from here:
https://www.pinascostore.com/dl-200/2180-accensione-flytech-lambretta-cono-piccolo.html?search_query=28356880&results=1
The description parts: //*[@class="rte"]
But i need extract the text after the word: "Applicazioni:"
Some idea for apply this formula "substring-after" in this tool for excel?