Mark,
That doesn't help. I'm getting the same results with the extra "$" too..
Observation: If I have the curly braces around it doesn't replace the actual
value (for the below ones)
- {filename:${filename}}
- {filename:$${filename}}
But, if I omit the curly braces, the evaluation goes fine
filename:${filename}
Is there something like a 'eval' function or a backtick ` that I could use
to evaluate and obtain the real filename inside a JSON like the below??
{filename:eval(${filename}}
--
View this message in context:
http://apache-nifi-incubating-developer-list.39713.n7.nabble.com/send-JSON-format-to-kafka-and-avoid-duplication-tp1624p1645.html
Sent from the Apache NiFi (incubating) Developer List mailing list archive at
Nabble.com.