Created 09-26-2017 05:49 PM
Can I have one schema for read and one for write on an UpdateRecord processor?
Created 10-12-2017 08:30 AM
You can change schema between read and write for UpdateRecord processor. You just need to use different schemas for your reader/writer and reference the new fields in your processor to set their values.
There's an example in additional info section of the doc : https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.4.0/org.apache...
In the given example you can see that field gender has been added
Created 10-12-2017 07:53 AM
Yes, you can use one schema for read and a different one for write
Created 10-12-2017 08:30 AM
You can change schema between read and write for UpdateRecord processor. You just need to use different schemas for your reader/writer and reference the new fields in your processor to set their values.
There's an example in additional info section of the doc : https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.4.0/org.apache...
In the given example you can see that field gender has been added