The markers seem to sometimes work but sometimes don't - looking for guidance on this. For example, how far back do you go when creating a marker - some pages you can have a before marker that's hundreds of characters long..?
Here's an example of one I'm struggling with. I'm creating a definition to crawl a bunch of pages that are coded almost identically on the same site.
There is a list like this in the source code:
address:'123 High St',
city:'New York',
state:'NY',
zip:'90210',
name:'John Doe',
phone:'123-456-7890',
email:'[email protected]',
I've used the markers:
Same with the name, if I simply replace the word email with name in the before marker.
But for some reason, the address doesn't work.
The list appears as above in the source code - so the address is formatted almost exactly the same as the name and email - would there be any reason as to why this marker wouldn't work but the others would?
Here's an example of one I'm struggling with. I'm creating a definition to crawl a bunch of pages that are coded almost identically on the same site.
There is a list like this in the source code:
address:'123 High St',
city:'New York',
state:'NY',
zip:'90210',
name:'John Doe',
phone:'123-456-7890',
email:'[email protected]',
I've used the markers:
- Before = email:'
- After = ',
Same with the name, if I simply replace the word email with name in the before marker.
But for some reason, the address doesn't work.
The list appears as above in the source code - so the address is formatted almost exactly the same as the name and email - would there be any reason as to why this marker wouldn't work but the others would?