Quoting rules
Every tab in the input marks a column boundary. When a field moves to the output it is checked against the CSV convention in RFC 4180: if the field contains a comma, a double quote, or a line break, it is wrapped in double quotes and every quote inside it is doubled. A field with none of those characters is copied verbatim, so clean data comes out clean.