Created on 04-29-2018 01:30 PM - edited 08-18-2019 01:59 AM
Hi,
As mentioned in the documentation the "PartitionRecord" processor should automatically add the partitioning property name and value as attribute to the flowfile.
I have a simple input file contains an array of three json records. I partition the json records according to "AgencyID" property( type string)
I do see the downstream partitioned flowfiles but without "AgencyID" attribute.
Am i missing some configuration ?
Thanks
Created on 04-29-2018 01:51 PM - edited 08-18-2019 01:59 AM
In Partition record processor add the value for
AgencyID property as
/AgencyID
Then the processor will add AgencyID attribute with the value.
Created 04-29-2018 02:05 PM
worked. Thanks @Shu
Created 04-29-2018 02:13 PM
Awesome, Glad to know that 🙂
Cloud you please Click on Accept button below, To close the thread as resolve. That would be great help to another Community users to find solution quickly for these kind of issues.