MuhammadAmmad / DbfBulkCopy

Command line application to bulk copy from DBF files to MS SqlServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DbfBulkCopy

Build status

Command line application to bulk copy from DBF files to MS SqlServer

Usage:

DbfBulkCopy 1.1.0
Copyright Chris Richards

  --server                Required. The database server
  --database              Required. The name of the database
  --userid                Required. The UserID used to connect to the database server
  --password              Required. The password used to connect to the database server
  --dbf                   Required. Path to the DBF file to import
  --table                 Required. The name of the database table to import into
  --bulkcopytimeout       (Default: 30) The connection timeout used in the bulk copy operation
  --truncate              (Default: false) Whether to truncate the table before copying
  --skipdeletedrecords    (Default: false) Whether to skip deleted records
  --help                  Display this help screen.
  --version               Display version information.

About

Command line application to bulk copy from DBF files to MS SqlServer

License:MIT License


Languages

Language:C# 81.0%Language:PowerShell 19.0%