From 22d99a40fdb5275bf116dc47d325adb96a81af3f Mon Sep 17 00:00:00 2001 From: nxshock Date: Mon, 3 Apr 2023 19:12:57 +0500 Subject: [PATCH] Add list of supported features --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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] |