From ee20bdd0b52fb5050f903e952aaf21469e650953 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 29 Jan 2014 17:26:32 +0100 Subject: [PATCH] Document the "fields not enclosed" option... --- pgloader.1.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pgloader.1.md b/pgloader.1.md index 00602e6..17f7a44 100644 --- a/pgloader.1.md +++ b/pgloader.1.md @@ -376,7 +376,15 @@ The `csv` format command accepts the following clauses and options: This character is used as the quoting character in the `CSV` file, and defaults to double-quote. - + + - *fields not enclosed* + + By default, pgloader will use the double-quote character as the + enclosing character. If you have a CSV file where fields are not + enclosed and are using double-quote as an expected ordinary + character, then use the option *fields not enclosed* for the CSV + parser to accept those values. + - *fields escaped by* Takes either the special value *backslash-quote* or *double-quote*.