Error Handling
Hi,
Please find the below problem that i have faced during my scraping experience.
How to handle the missing records that comes in between a particular date range.
Scenario:
Let i have added 3 extractor patterns for matching my records.
But in some cases none of the pattern has been matched and i got 80 records instead of getting 85 records. there is a missing of 5 records(browser there is 85 records).
How to handle the above scenario's.
I would need to see it to be
I would need to see it to be sure, but usually this is because of unanticipated things breaking your extractor. Often times a few items have extra HTML/CSS tags, or whitespace, and you would jest need to tweak your extractors to account for that.