ID EN
CSV

unix_dialect

Python 3.11

The unix_dialect class defines the usual properties of a CSV file generated on UNIX systems, i.e. using '\n' as line terminator and quoting all fields. It is registered with the dialect name 'unix'.

Syntax

PYTHON
class csv.unix_dialect

See Also

unix_dialect