- Support Home >
- Knowledge Base >
- Technical Articles >
- Article Detail
Problem: Float values from text files are truncated to whole numbers in ArcMap
| Article ID: | 24611 |
|---|---|
| Bug Id: | N/A |
| Software: | ArcGIS - ArcEditor 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3 ArcGIS - ArcInfo 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3 ArcGIS - ArcView 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3 |
| Platforms: | N/A |
Description
X,Y
-124,34
-123.45,32.789
When opened in ArcGIS, the values displayed in these items are truncated to:
X,Y
-124,34
-123,32
Cause
Solution or Workaround
Instructions for modifying this file are available in the ArcGIS Online Help under Contents tab > ArcCatalog > Exploring the values in a table > About tabular data sources > Accessing delimited text file data. A link is provided to a Microsoft Web site where a search can be done on 'schema.ini' to access more detailed information.
- The following example of schema.ini shows how to force the Microsoft text file driver to read the first 500 lines of a text file called MYDATA.TXT.
[myData.txt]
Format=CSVDelimited
ColNameHeader=True
MaxScanRows=500
Created: 3/1/2003
Last Modified: 9/16/2008