From d86f7ec9afa4b9913ef30b0cf8e5710d618ca0a8 Mon Sep 17 00:00:00 2001 From: Jez Higgins Date: Fri, 28 Aug 2020 16:45:52 +0100 Subject: [PATCH] docs: Update README with quote option. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8208f9..2b21be3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ supercopy( | `truncateTables` | `boolean` | A flag to indicate whether or not to truncate tables before supercopying into them | `debug` | `boolean` | Show debugging information on the console | `multicopy` | `boolean` | Enables 'sourceDir' to house many typical Supercopy 'sourceDir' shaped directories. Defaults to false. +| `quote` | `string` | Override the the default quote character, ". It isn't necessary to quote fields but occasionally (especially when importing JSON fields) you need to, and this option will help. | `directoryNames` | `object` | Overrides the default directory names - see below. ### File structure