| 不具合 ID 番号 |
BUG-000118946 |
| 送信されました | December 19, 2018 |
| 最終更新日 | April 2, 2025 |
| 適用対象 | ArcGIS Business Analyst Pro |
| 見つかったバージョン | 2.2 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
Closing "as designed". IDs in the US dataset are numeric but are stored as strings and have leading zeroes. For example, the zip code 08701 is stored as ‘08701' in the data, but it becomes 8701 in a numeric field and does not match the real standard geography unit. So the error is expected when using non-text IDs.
対処法
To convert a long integer data to a text, import the table to a file geodatabase, add a new text field, and calculate the geography key values from the original numeric field to the newly added text field.
Converting Geography Key Values to Text
- Close the attribute table, right-click the attribute table in the Contents pane, select Data, and Export Table.
- This opens the Copy Rows geoprocessing tool. By default, the Output Table location is the project’s home file geodatabase.
- Accept this default and click Run.
- The new file geodatabase table is added to the Contents pane.
- Right-click the new table and select Open.
- With the table open, click Add to add a new file.
- Name the new field and set the data type to Text.
- Click the Save button on the ribbon to save the changes and then close the fields view to return to the attribute table.
- Right-click the header of the newly created field and click Calculate Field.
- Under Expressions, double-click the field originally used as the geography key field to add the values to the new field as text.
- Once the field is populated, re-run the tool with the newly added text field selected as the geography key.
再現の手順