greymatter-io / nifi-sdk

Custom processors, scripts, and templates for using Grey Matter Data with Apache NiFi
Apache License 2.0
4 stars 2 forks source link

Enable expression language on ListFiles properties #28

Closed ghost closed 4 years ago

ghost commented 4 years ago

Currently the properties do not allow expression language such as ${someProperty} to be evaluated as there is no flow file to evaluate, however there is still the option for environment variables to be passed to the property and evaluated through expression language. This issue is to enable expression language on all properties of ListFiles.

dborncamp commented 4 years ago

Closed by #31