Número de ID del error |
BUG-000142930 |
Enviado | September 15, 2021 |
Última modificación | June 17, 2025 |
Relacionado con | ArcGIS GeoEvent Server |
Versión encontrada | 10.7.1 |
Sistema operativo | N/A |
Versión de sistema operativo | N/A |
Versión corregida | ArcGIS 11 |
Estado | Fixed
El problema se ha solucionado. Si corresponde, consulte Versión corregida e Información adicional para obtener más información.
|
Información adicional
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).
Solución alternativa
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.
Pasos para reproducir