Created 12-21-2021 05:14 AM
I have a stream in which I generate a json file with GenerateFlowFile, then I use Base64EncodeContent to encode the json file. I need to take the base64 encode result and concatenate it with a sentence, to finally move to invokehttp. I tried MergeContent for this and was not successful.
I'm not able to find a way to get the result of the Base64EncodeContent encode and concatenate it with the sentence. I would like suggestions on how to carry out this flow.
Below is the flow I drew:
Created 10-04-2022 03:34 PM
How did you eventually solve this?
Created 10-08-2022 10:15 PM
The ReplaceText procesor has a prepend/append mode which might be of help
Created 10-05-2022 04:42 AM
I couldn't find a solution for this.