Exporting attribute table to text file from ArcMap with language set to European locale fails with the following error: "An error occurred exporting the table".
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM048153
已提交
September 8, 2009
上次修改时间
April 28, 2025
适用范围
ArcGIS for Desktop
找到的版本
9.3.1
操作系统
Windows OS
操作系统版本
Vista
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
ArcGIS uses the Microsoft ODBC Text File driver. The Microsoft Text File driver defaults to a comma as the delimiter. This conflicts with the locales decimal delimiter, also a comma and the create table fails.The delimiter can be changed using two methods.1) In the schema.ini Note: Must be done for each file to be exported. Does not require administrator access. Search the Microsoft site for "schema.ini" for more information on the "schema.ini" file. If the "schema.ini" file exists add the following lines to it:[your_file.txt]Format=TabDelimitedWhere "your_file.txt" is the name of the file that you want to create. If the schema.ini file does not exist. Create a text file named "schema.ini" and add the same lines. 2) In the registry Note: The delimiter is changed for all text files. Can be overridden with a schema.ini. Requires administrator access to the PC.Change the value of Format atHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Text\Formatto Format = TabDelimited.The latter workaround is described in the following KB article: http://support.esri.com/en/knowledgebase/techarticles/detail/20909