GeoEvent's "Watch Folder for New CSV Files" input connector is unable to parse a plus sign (+) as a Double value, even if it is within quotes.
上次发布: August 14, 2018ArcGIS GeoEvent Server
漏洞 ID 编号
BUG-000113754
已提交
May 4, 2018
上次修改时间
July 28, 2020
适用范围
ArcGIS GeoEvent Server
找到的版本
10.5.1
状态
In Product Plan
该问题已添加到开发团队的解决问题中。 对于具有此状态的问题,将在近期版本(下一个或两个版本)中进行解决。 检查问题的“其他信息”或“备用解决方案”部分,寻找可以完全解决此问题的有用信息。
解决办法
Remove the plus sign (+) from the data.ORUse regular expressions (in the Field Calculator) to trim the optional (+) from the received data and then construct a JSON String representation of a geometry which can be cast to a Geometry (with a second Field Calculator and a Field Mapper).ORUse TEXT adapter to ingest all data fields as String and output via a Push JSON to an External Website outbound connector and re-ingest the data as JSON using the more flexible adapter (doubles the event load on the message bus).