Hello,
I haven't been able to figure out if this is doable with a single
UpdateAttrbute processor, but is it possible to create an attribute that
references a different attribute you're setting in the same UpdateAttribute
processor? ie.
UpdateAttribute
a = "foo"
b = "bar"
c = ${allAttributes("a", "b"):join(" _")}
What I've been doing in the past is just have c in a downstream
UpdateAttribute....wonder if there's a better way of doing this, or maybe
in the Advance section of the UpdateAttribute.
Regards,
Dano