mirror of
https://github.com/nxshock/mssqlbulkloader.git
synced 2024-11-27 00:11:02 +05:00
Bulk loader for Microsoft SQL Server
testdata | ||
.gitattributes | ||
.gitignore | ||
app.go | ||
archivetypes.go | ||
charsets.go | ||
fieldtypes.go | ||
filetypes.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
logger.go | ||
main.go | ||
make.bat | ||
options.go | ||
reader.go | ||
readercsv_test.go | ||
readercsv.go | ||
readerdbf_test.go | ||
readerdbf.go | ||
readerxlsx_test.go | ||
readerxlsx.go | ||
README.md | ||
sql.go | ||
zipreader.go |
mssqlbulkloader
List of supported features
Option | CSV | XLSX | DBF |
---|---|---|---|
sheetName | [x] | ||
skipRows | [x] | [x] | |
encoding | [x] | [x] | |
dateFormat | [x] | ||
timestampFormat | [x] | ||
timezone | [x] | [x] | [x] |