Add list of supported features

This commit is contained in:
nxshock 2023-04-03 19:12:57 +05:00
parent 917b473fa9
commit 22d99a40fd

View File

@ -1,2 +1,12 @@
# mssqlbulkloader # 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] |