Bug ID Number |
BUG-000142930 |
Submitted | September 15, 2021 |
Last Modified | June 17, 2025 |
Applies to | ArcGIS GeoEvent Server |
Version found | 10.7.1 |
Operating System | N/A |
Operating System Version | N/A |
Version Fixed | ArcGIS 11 |
Status | Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
|
Additional Information
Inbound data adaption is improved for both the generic JSON and geoJSON adapters in ArcGIS GeoEvent Server 11. The inbound adapters now handle multicardinal arrays of String values (e.g. attributes whose data type is String and whose cardinality is specified as 'Many' in a GeoEvent Definition).
Workaround
Use one of the workarounds below depending on the incoming event schema and what is written in the output.
- Configure a flat event definition with enough single attributes to take as many values from the incoming array. The Field Mapper Processor allows access to ordinal elements in an array.
- Use the Field Splitter Processors for GeoEvent Server. Refer to the following link for more information, https://www.arcgis.com/home/item.html?id=68238a93e5fd4043ad0bbb501b265566.
Steps to Reproduce