Bulk loader for Microsoft SQL Server
Go to file
2024-05-21 21:06:09 +05:00
testdata Enable lazy quotes for CSV files 2024-05-21 21:06:09 +05:00
.gitattributes Initial commit 2023-04-03 19:12:30 +05:00
.gitignore Initial commit 2023-04-03 19:12:30 +05:00
app.go Initial commit 2023-04-03 19:12:30 +05:00
archivetypes.go Add Zstandard decompressor 2023-04-17 20:30:54 +05:00
charsets.go Initial commit 2023-04-03 19:12:30 +05:00
fieldtypes.go Remove spaces before parsing float types 2024-02-09 09:46:09 +05:00
filetypes.go Initial commit 2023-04-03 19:12:30 +05:00
go.mod Add Zstandard decompressor 2023-04-17 20:30:54 +05:00
go.sum Add Zstandard decompressor 2023-04-17 20:30:54 +05:00
LICENSE Initial commit 2023-04-03 19:12:30 +05:00
logger.go Initial commit 2023-04-03 19:12:30 +05:00
main.go Initial commit 2023-04-03 19:12:30 +05:00
make.bat Initial commit 2023-04-03 19:12:30 +05:00
options.go Fix loading Excel rows ended with empty cells 2024-02-03 14:44:35 +05:00
reader.go Initial commit 2023-04-03 19:12:30 +05:00
readercsv_test.go Enable lazy quotes for CSV files 2024-05-21 21:06:09 +05:00
readercsv.go Enable lazy quotes for CSV files 2024-05-21 21:06:09 +05:00
readerdbf_test.go Remove ineffectual assignments 2024-02-09 09:50:02 +05:00
readerdbf.go Initial commit 2023-04-03 19:12:30 +05:00
readerxlsx_test.go Fix loading Excel rows ended with empty cells 2024-02-03 14:44:35 +05:00
readerxlsx.go Fix loading Excel rows ended with empty cells 2024-02-03 14:44:35 +05:00
README.md Add list of supported features 2023-04-03 19:12:57 +05:00
sql.go Initial commit 2023-04-03 19:12:30 +05:00
zipreader.go Initial commit 2023-04-03 19:12:30 +05:00
zstdreader.go Add Zstandard decompressor 2023-04-17 20:30:54 +05:00

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]