Skip to content

ffivaz/dbf_convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdbfc - Go code to convert dBase files to CSV

SYNOPSIS

For information about a DBase file

cdbfc -i file.dbf

For a single file to stdout

cdbfc -f file.dbf > file.csv

For a single file to the same file with .csv extension

cdbfc -f file.dbf -o

For multiple files in directory (to multiple files in the same directory)

cdbfc -d directory

For multiple files in directory concatenaed to stdout

cdbfc -c directory

For multiple files in directory concatenaed to stdout (with first column being the file name)

cdbfc -c directory -a

DESCRIPTION

To build the package:

go build cdbfc.go

About

Go code to convert dBase files to CSV (single or multiple, with concatenation option)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages