diff --git a/README.md b/README.md index 5b57224..fce1b57 100644 --- a/README.md +++ b/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] |