Hey Folks,
how do you set an output attribute in a custom transformer. I could always just use an attributecreator after and set attribute a to the output field. but would rather handle it in my custom transformer.
Attribute A = 1 before transformer
Attribute CustomOutputValue = 2 after transformer
Attribute A = 1 After transformer
but I want Attribute A = 2 after transformer.
note - the numbers in above example are simplified.
Thanks,
Doug