I try to extract each element from the frequentlyBoughtTogether array and put it on a flow-attribute:
{
frequentlyBoughtTogether: ["a","b","c"]
}
Frist step: SplitJson
Second step: EvaluateJsonPath to make each element a flow-file-attribute:
However this gives me following error:
When I log the failure, I can see the element in the flow-file-content, but I need it to be an attribute. Any ideas how to solve this issue?



