The date fields from a .csv file are read incorrectly in ArcGIS Pro if the operating system language is set to Swedish.
上次发布: September 15, 2017ArcGIS Pro
漏洞 ID 编号
BUG-000107585
已提交
August 24, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.0
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is an edge case where we attempt to determine the date format used in the .csv, but it fails because non of them are determinable (no day over 12, therefore we can't tell day from month). This failure causes us to fall back on the locale (for which none of the contained formats match) and we get nulls. Expanding the date fields to have days > 12 resolves the issue with .csv and .csv UTF-8. Once any date is distinguishable, we are able to apply the same algorithm to all of them.
解决办法
The documented workarounds are as follows:1. Use Excel spreadsheets instead of .csv files while working in a Swedish language environment.OR2. Change the operating system language to English.