Cleaning GIS data in Excel before importing it into ArcGIS is essential for ensuring accurate analysis and visualization. Properly prepared data reduces the risk of common issues like misaligned coordinates, incorrect attribute values, and failed imports. This process involves removing duplicates, correcting inconsistent naming, standardizing column headers, and ensuring data types are appropriately formatted. These steps help maintain data integrity, improve processing efficiency, and ensure that spatial features are correctly interpreted within the GIS environment.
ArcGIS reads the first 255 field characters. Fields with more than 255 characters are converted to BLOB (data stored as a long sequence of binary numbers) fields and are not readable. Abbreviate, manually truncate, or split any fields longer than 255 characters.
ArcGIS typically converts spreadsheet numeric fields to double precision (Double), which may not meet your needs. If necessary, create new fields of the desired type and calculate values into them.
ArcGIS uses the Lotus date/time format. In this format, the calendar date is represented by a whole number value that represents the number of days since January 1, 1900, plus one day (due to a bug in Lotus 123 and carried over to Excel). Time is represented as the decimal portion of a 24-hour day. If date/time data is important, format the input spreadsheet using a standard Excel date/time format.
The first row of an Excel worksheet sets the name for each column. Column names become field names when an Excel worksheet is imported into ArcGIS. Always follow these naming rules:
Article from: https://www.esri.com/news/arcuser/0312/best-practices-when-using-excel-files-with-arcgis.html