mirror of
https://github.com/nxshock/mssqlbulkloader.git
synced 2024-11-27 00:11:02 +05:00
Add list of supported features
This commit is contained in:
parent
917b473fa9
commit
22d99a40fd
10
README.md
10
README.md
@ -1,2 +1,12 @@
|
||||
# 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] |
|
||||
|
Loading…
Reference in New Issue
Block a user