Caleb Johnson created MINIFICPP-269:
---------------------------------------
Summary: Implement ApplyTemplate processor
Key: MINIFICPP-269
URL: https://issues.apache.org/jira/browse/MINIFICPP-269
Project: NiFi MiNiFi C++
Issue Type: New Feature
Reporter: Caleb Johnson
Priority: Minor
The ApplyTemplate processor is fairly straightforward: it reads a
[mustache|https://mustache.github.io/] template from a provided path on disk
and maps flowfile attributes to template values.
Dynamic properties (MINIFI-171) would go a long way towards making these
templates more flexible by using the union of input flowfile attributes and
(possibly evaluated?) properties as the value map.
Due to its dependency on Boost, it has been made into an optional extension,
much like the libarchive processors have.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)