Skip to content

Upload local files¤

Python Plugin

This operator is part of a Python Plugin Package. In order to use it, you need to install it, e.g. with cmemc.

This plugin allows you to upload multiple local files to the next workflow task.

Be aware that only file based datasets can handle file entities (e.g. JSON, CSV).

As an advanced option, you can change the working mode to UPLOAD_TO_PROJECT, which allows for blindly adding files to the project space (with a consuming workflow task). Make sure to use always use the preview function to avoid overloading you project.

Parameter¤

Directory¤

The local directory where the files are located.

  • Datatype: string
  • Default Value: None

File matching regex¤

The regex for filtering the file names. The regex needs to fully match the local name without directory.

  • Datatype: string
  • Default Value: .*

Working mode¤

Which activity should be done with the selected local files.

  • Datatype: enumeration
  • Default Value: SEND_TO_TASK

Comments