v.in.arc

v.in.arc

There is a bug in v.in.arc. The text-label
file has 2 columns you need to be concerned about,
the attribute number and the attribute ID. These are
columns 4 and 5 in the example (top 4 lines of text-label file) below:

$RECNO AREA PERIMETER MABSOIL# MABSOIL-ID GSL-NAME
      1 -1.13958E+11 1786085.000 1 0
      2 2.861446E+09 413,939.875 2 298 NC092
      3 7.340246E+08 190,118.031 3 318 NC093
  
If the number and ID values have greater than 3 digits, then
ARC-INFO inserts a comma (e.g., 1,005). These commas have to
be removed for v.in.arc. to work.

Richard