Member since
05-22-2017
7
Posts
0
Kudos Received
0
Solutions
05-23-2017
09:45 AM
thanks @kkawamura! a last question, how can i get the flowfile generated as ex : term1,term2,term3 as a parameter in the next processor?
... View more
05-22-2017
03:44 PM
Hello, i have a queryCassandra which generate a json like this one: {"results":[{"term":"term1"},{"term":"term2"}..]} Now, i want to get from this all the terms values separated by some separator in string format; ex : term1,term2,term3 So i can pass this list as a string parameter for a java main program which i've alreat set. (i only need the transofrmation, not the java program execution) Thank you !
... View more
Labels:
- Labels:
-
Apache NiFi
05-22-2017
03:26 PM
Hello, i have a queryCassandra which generate a json like this one: {"results":[{"term":"term1"},{"term":"term2"}..]} Now, i want to get from this all the terms values separated by some separator in string format; ex : term1,term2,term3 So i can pass this list as a string parameter for a java main program which i've alreat set. (i only need the transofrmation, not the java program execution) Thank you !
... View more
Labels:
- Labels:
-
Apache NiFi
05-22-2017
03:22 PM
Hello, i have a queryCassandra which generate a json like this one: {"results":[{"term":"term1"},{"term":"term2"}..]} Now, i want to get from this all the terms values separated by some separator in string format; ex :
term1,term2,term3
So i can pass this list as a string parameter for a java main program which i've alreat set. (i only need the transofrmation, not the java program execution)
Thank you !
... View more
Labels:
- Labels:
-
Apache NiFi