Sorry for delay, was traveling, thanks for responding.
Yes, the attribute I'm trying to put the double quote does have single
quotes.
Here's the example of a ryft command
/usr/bin/ryftprim -v -w 20 -p es -f regression/wikipedia-20150518.bin -od
br1.txt -s '(RAW_TEXT CONTAINS "Babe Ruth")' -n 4
So in my ExecuteStreamCommand, I have an attribute for each parameter from
the UpdateAttribute (Or I could do it all as one, but just testing this out
as proof of concept.)
-v;-w ${ryft_width};-p ${ryft_primitave};-f ${ryft_file};-od
${ryft_outfile};-s ${ryft_search};-n ${ryft_nodes}
<http://apache-nifi-developer-list.39713.n7.nabble.com/file/n13093/nifi_execute_stream.jpg>
--
View this message in context:
http://apache-nifi-developer-list.39713.n7.nabble.com/NiFi-removing-double-quote-from-property-tp13069p13093.html
Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.