Member since
05-16-2023
1
Post
0
Kudos Received
0
Solutions
05-16-2023
05:50 AM
Hi, I noticed you are using "$(cdn)" instead of "${cdn}" for sql.args1.value to probably reference the flow file attribute cdn which you are using as merge key. That is probably why the merge has no effect because its looking for the string "$(cdn)" instead of the attribute value "${cdn}".
... View more