Skip to content

disabling postprocessing for specific extractors #5449

Closed Answered by kattjevfel
mattdawolf asked this question in Q&A
Discussion options

You must be logged in to vote

You can just add a blacklist array, like this:

        "postprocessors": [
            {
                "command": [
                    "/various",
                    "{postprocessor}",
                    "{_stuff}"
                ],
                "name": "exec",
                "blacklist": [
                    "extractor_you_want_to_block"
                ]
            }
        ],

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mikf
Comment options

You must be logged in to vote
1 reply
@mikf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants