Member since
05-22-2017
7
Posts
0
Kudos Received
0
Solutions
05-23-2017
04:22 PM
THanks @brosander, but it didn't work, i had to add an extractText processor.
... View more
05-23-2017
11:46 AM
Hello, i have this EvaluateJsonPath : It generates something like this : {"results":[{"term":"value1"},{"term":"value2"},{"term":"value3"}]} This flowfile is then received by an ExecuteStreamCommand : I want to pass this flowfile as an arguments in my process, i've already tried {$terms} as showed above, but it doesn't work.. Thank you !
... View more
Labels:
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:
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:
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:
05-22-2017
03:16 PM
Hello, i have a queryCassandra which generate a json like this one(the number of terms isn't fix): {"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 transformation, not the java program execution)
Thank you !
... View more
Labels: