Bug-ID-Nummer |
BUG-000142930 |
Eingereicht | September 15, 2021 |
Zuletzt geändert | June 17, 2025 |
Gilt für | ArcGIS GeoEvent Server |
Gefunden in Version | 10.7.1 |
Betriebssystem | N/A |
Betriebssystemversion | N/A |
Behoben in Version | ArcGIS 11 |
Status | Fixed
Der Bug wurde behoben. Weitere Informationen finden Sie ggf. unter "Behoben in Version" und unter "Zusätzliche Informationen".
|
Zusätzliche Informationen
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.
Schritte zur Reproduzierung