ImporterResponseProcessor
A custom processor that modifies or acts on the importer response after all handlers have run.
Notes
A custom processor that receives the complete importer response after all handlers have run and can modify it or perform additional actions before the response is returned to the crawler.
Usage
- YAML
- JSON
- XML
noop: string
{
"noop": "string"
}
<importerResponseProcessor>
<noop>string</noop>
</importerResponseProcessor>