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).