-
Hi The workflow for the user would be something like:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @flomickl, you can upload files as part of the processing element configuration. See |
Beta Was this translation helpful? Give feedback.
Hi @flomickl,
you can upload files as part of the processing element configuration. See
CsvMetadataEnrichment
as an example [1].In the
declareModel
you can userequiredFile
.Is this the behavior you are looking for?
[1] https://github.com/apache/streampipes/blob/dev/streampipes-extensions/streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/csvmetadata/CsvMetadataEnrichmentController.java