mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Document the keep|trim unquoted blanks settings.
This commit is contained in:
parent
7d1b34477e
commit
9e53e15067
@ -197,6 +197,17 @@ The `csv` format command accepts the following clauses and options:
|
||||
Takes a numeric value as argument. Instruct pgloader to skip that
|
||||
many lines at the beginning of the input file.
|
||||
|
||||
- *trim unquoted blanks*
|
||||
|
||||
When reading unquoted values in the `CSV` file, remove the blanks
|
||||
found in between the separator and the value. That behaviour is the
|
||||
default.
|
||||
|
||||
- *keep unquoted blanks*
|
||||
|
||||
When reading unquoted values in the `CSV` file, keep blanks found in
|
||||
between the separator and the value.
|
||||
|
||||
- *fields optionally enclosed by*
|
||||
|
||||
Takes a single character as argument, which must be found inside
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user