Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



### contexts


### process

When and the unit of processing for an extractor. In the example above, the word count extractor is processed on a single file. Below is an example of starting an extractor when a file is added to a dataset:

Code Block
titleprocess
"process": {   "dataset": [     "file.added"]},


### dependencies

a list of packages the extractor depends upon

...