ID EN
CSV

QUOTE_NONE

Python 3.11

Instructs writer objects to never quote fields. When the current delimiter occurs in output data it is preceded by the current escapechar character. If escapechar is not set, the writer will raise Error if any characters that require escaping are encountered.

Syntax

PYTHON
csv.QUOTE_NONE

See Also

writer Error reader