dbfコンバータをコンテナにする†
[nobuoki@e130 dbf]
$ ls
20200401-行政区画.dbf 20200401-行政区画界線.dbf 20200401-行政区画代表点.dbf 20200401-町字の代表点.dbf 20200401-町字界線.dbf
[nobuoki@e130 dbf]
$ dbfconv *.dbf
cp932encoding is correct.
20200401-行政区画.csv was wroted.
cp932encoding is correct.
20200401-行政区画界線.csv was wroted.
cp932encoding is correct.
20200401-行政区画代表点.csv was wroted.
cp932encoding is correct.
20200401-町字の代表点.csv was wroted.
cp932encoding is correct.
20200401-町字界線.csv was wroted.
All files were wroted.
[nobuoki@e130 dbf]
$ ls
20200401-行政区画.csv 20200401-行政区画界線.csv 20200401-行政区画代表点.csv 20200401-町字の代表点.csv 20200401-町字界線.csv
20200401-行政区画.dbf 20200401-行政区画界線.dbf 20200401-行政区画代表点.dbf 20200401-町字の代表点.dbf 20200401-町字界線.dbf
[nobuoki@e130 dbf]
$