Skip to content

Given a dbf prototype, create a new one filled with data from csv

License

Notifications You must be signed in to change notification settings

ekonbenefits/dotnet-csv2dbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-csv2dbf NuGet

dotnet tool install --global dotnet-csv2dbf

Given a dbf prototype, create a new one filled with data from csv

Usage: csv2dbf [options] <Input>

Arguments:
  Input                            CSV Files to convert

Options:
  -?|-h|--help                     Show help information
  -d|--dbf <DBF_TEMPLATE>          The DBF Template
  -i|--input-encoding <ENCODING>   Input Encoding [Default: Detect]
  -o|--output <DIRECTORY>          Output Directory [Default: Current directory]
  -f|--filename <OUTPUT_FILENAME>  Output Filename [Default: <INPUT>.dbf]
  -e|--output-encoding <ENCODING>  Output Encoding [Default: utf-8]

Additional Build Option:

Create a single self contained exe using dotnet-warp. https://github.com/Hubert-Rybak/dotnet-warp

About

Given a dbf prototype, create a new one filled with data from csv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages