Wagner (Estagiario) 13 years ago
parent
commit
c193c0207c
  1. 2
      etc/data/ibge/sigi-import-ibge-2009.sh

2
etc/data/ibge/sigi-import-ibge-2009.sh

@ -113,6 +113,8 @@ do
then then
PrintMessage -n "${lnum} " PrintMessage -n "${lnum} "
fi fi
# extrair o codigo da regiao a partir do codigo da UF
$coduf=``
echo "$linha" | cut -s -d, -f1,2 >&4 echo "$linha" | cut -s -d, -f1,2 >&4
echo "$linha" | cut -s -d, -f1,3,4 >&5 echo "$linha" | cut -s -d, -f1,3,4 >&5
echo "$linha" | cut -s -d, -f1,3,5,6 >&6 echo "$linha" | cut -s -d, -f1,3,5,6 >&6

Loading…
Cancel
Save