Option escape_formulas
Escape values that start with =
, +
, -
, @
, \t
, or \r
with '
and defend against CSV injection attacks.
- Type:
Boolean
- Optional
- Default:
false
- Since: 6.3.0
- Related:
quote
,escape
— see Available Options
Example
In the escape formulas example, every field wich starts with the values =
and @
is escaped by prefixing its value with '
.