PROBLEM
When viewing an ASCII CSV, TXT, or TAB file in an application other than ArcGIS, the file displays values such as:
X,Y
-124,34
-123.45,32.789
X,Y
-124,34
-123,32
Tools that access ASCII files in ArcGIS, such as the 'Add XY Data' command, use a Microsoft driver to read text files. By default, this driver only scans the first 75 records of the text file to determine the data type of each field. If the first 75 records are all integers, then the entire field will be assumed to be integer, even though subsequent records may be float or double.
[myData.txt]
Format=CSVDelimited
ColNameHeader=True
MaxScanRows=500
Get help from ArcGIS experts
Download the Esri Support App