Option quoted
Quote all the non-empty fields even when there is no character requiring quotes.
By default, only the fields containing a special character such a delimiter or a quote are surrounded by quotes.
- Type:
boolean
- Optional
- Default:
false
- Since: 0.0.1
- Related:
quote
,quoted_empty
,quoted_match
,quoted_string
— see Available Options
Note, several options are available to control when to quote fields under certain conditions. Make sure to review the alternatives.
Example using "quote"
In the quoted example, every field evaluated as empty is not quoted. It includes an empty string and values of false
, null
and undefined
.