A list of regular expressions to limit the notebooks that are retrieved by the connector. If the name of a notebook matches any of the regular expressions, the notebook and its contents are ignored. You can specify a comma-separated list of regular expressions, or use numbered parameters (NotebookNameCantHaveRegex0
, NotebookNameCantHaveRegex1
, and so on).
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | NotebookNameCantHaveRegex=.*private.*,.*noindex.*
|
See Also: |
|