Skip to content

Commit

Permalink
docs: Update README with quote option.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezhiggins committed Aug 28, 2020
1 parent fa41172 commit d86f7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### <a name="structure"></a>File structure
Expand Down

0 comments on commit d86f7ec

Please sign in to comment.