scrapinghub / spidermon

Scrapy Extension for monitoring spiders execution.
https://spidermon.readthedocs.io
BSD 3-Clause "New" or "Revised" License
526 stars 94 forks source link

Add support for lists of dictionaries in field coverage rules #390

Closed fcanobrash closed 1 year ago

fcanobrash commented 1 year ago

At the moment is possible to track field coverage on dictionaries and Items, supporting flat and nested fields. A use case was raised where it would be useful to track coverage on fields that are lists of dictionaries. The idea is to provide support for this use case by improving the FieldCoverageMonitor rules.