I can able to annotate the web pages using Portia web crawler, my question is how can use the Regex while extracting the data.
For Example,
I have extracted Location filed from a page
Output looks like,
Location : Location xyz,abc
But I need only the xyz,abc values.
I have googled for solutions, but not getting more information.
Could you explain about regex in Portia scrapy?