If you find these tutorials useful and would like to link to them from your own pages,please contact the Drew Spatial Data Center Director, Dr. Catherine Riihimaki via email. You are invited to leave comments or ask questions in any of the Comment areas of each tutorial page. |
For information about formatting data downloaded from the U.S. Census Bureau, see ArcMap - Downloading Census Data for Use in ArcGIS. |
If zip codes or other information that has leading zeros is formatted in General format, they will not import correctly into ArcGIS.
If there are mistakes in your data for geocoding, there are ways to rectify them. See the tutorial information on reconciling unmatched and tied addresses for help.
{multi-excerpt:name=importtabdelimitedexcel}
h2. Importing Tab-Delimited (.txt) Files to Excel
# Open MS Excel
# Click on the Office button and choose Open. The Open File dialog box will appear. Find the file you want to open. You may need to navigate to the place where the file you want to open is stored.
# Highlight the file you want to open by clicking on it once.
# Click the Open button in the bottom, right hand corner of the screen.
# The Text Import Wizard dialog box will appear.
h3. File Import Format
Use the following settings
* Original data type: Delimited
* Start Import at row: 1
* File origin: 20127: US-ASCII
*Click Next*
h3. Delimiters
Use the following settings:
* Delimiters: *Tab* (with Tab Delimited files. Other file types and delimiters will vary)
* Text qualifier: *"* You may need to change this. Check the Data preview at the bottom of the screen. The lines represent columns in an Excel file. If the text is displaying properly, leave the Text qualifer field as-is. If the text in each column is not displaying properly, choose a text qualifier from the pull down menu until the text in columns displays in the correct fashion.
*Click Next*
h3. Column Import Format
Use the following settings:
* Column data format: *Text*
The default import format is *General*. This will convert numeric values to numbers, date values to dates, and remaining values to text. This is a problem when importing GPS *latitude/longitude* points or long identifier strings from *Census data*, because the *General format* will convert the values in these columns to scientific notations. To make sure *Excel* imports all columns as *Text*, do the following:
# In the Data Preview, click on the heading of the first column - it should say "General."
_(click image to enlarge)_
\\
\\ !SDC_Images^TxtStep3ColumnFormat1.jpg|thumbnail,align=center!\\
\\
# Scroll the bar over to the far, right side so that the last column in your data set displays.
# Hold down the Shift key on your keyboard and click the header of the last column. Release the Shift key. This should highlight all the columns.
# In Column data format, click the radio button next to Text. This will import all of the columns in text format.
_(click image to enlarge)_
\\
\\ !SDC_Images^TxtStep3ColumnFormat2.jpg|thumbnail,align=center!\\
\\
# Click Finish
# Save the newly imported file in Excel format to the desired location on your computer, USB flash drive or network drive.{multi-excerpt} |