<br><font size=2 face="sans-serif">For me, the easiest way to do this will
be to add a Year, Month, Date and Time column to the shapefile database
in ArcCatalog. Do this by displaying the table in the Preview tab and then
use the Options dropdown to &quot;Add Field&quot;. I would add the columns
as a String data type.</font>
<br>
<br><font size=2 face="sans-serif">Then open the shapefile in ArcMap and
in the Editor Toolbar select Start Editing. Right click the layer and select
Open Attribute Table. In the Table Window, use Options to Select All.</font>
<br>
<br><font size=2 face="sans-serif">Then right click on a column you added,
i.e. Year, and select Calculate Values. You can use a string function to
parse the data in your first column. For example:</font>
<br>
<br><font size=2 face="sans-serif">Year = Mid( [SingleColumn], 1,4)</font>
<br><font size=2 face="sans-serif">Month = Mid( [SingleColumn], 5, 2)</font>
<br>
<br><font size=2 face="sans-serif">For the Time you may want to try = Right(
&nbsp;[SingleColumn], 5)</font>
<br>
<br><font size=2 face="sans-serif">You may have to play with the beginning
and ending column values to parse the data correctly.</font>
<br>
<br><font size=2 face="sans-serif">You can search for &quot;tables, editing&quot;
in ArcGIS help, Index tab, for more information on editing tables.</font>
<br>
<br><font size=2 face="sans-serif">I'd be willing to bet that there are
a couple of other ways to do this.</font>
<br>
<br><font size=2 face="sans-serif"><br>
Lance Peterson<br>
Peterson Consulting / FL Dept. of Transportation<br>
Business Systems Support Office<br>
Office of Information Systems<br>
Phone: 850-410-5545<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Gary Watry &lt;watry@steam.coaps.fsu.edu&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: shrug-l-bounces@lists.dep.state.fl.us</font>
<p><font size=1 face="sans-serif">10/06/2006 01:50 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
watry@coaps.fsu.edu</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">Shrug List &lt;shrug-l@lists.dep.state.fl.us&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">shrug-l: Split a column in attribute
table</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Is there a way to split a column in a shapefile attribute
column into <br>
several columns<br>
i.e.<br>
20060401 &nbsp; 11 AM<br>
<br>
into<br>
<br>
2006 | 04 | &nbsp;01 | 11 AM |<br>
<br>
-- <br>
Gary L. Watry<br>
GIS Coordinator<br>
Center for Ocean-Atmospheric Prediction Studies<br>
FSU / COAPS<br>
Johnson Building, RM 215<br>
2035 East Paul Dirac Drive<br>
Tallahassee, Florida 32306-2840<br>
<br>
Phone (850) 645-7457<br>
<br>
E-Mail: watry@coaps.fsu.edu<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
SHRUG-L mailing list<br>
SHRUG-L@lists.dep.state.fl.us<br>
http://lists.dep.state.fl.us/mailman/listinfo/shrug-l<br>
</tt></font>
<br>