Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write_records_to_tsv: Stop quoting output TSV
According to TSV specs,¹ there are no restrictions on special characters other than tabs are not allowed in a field. This is different from the CSV specs,² which require double quotes around fields that contain special characters. Since this function only produces TSVs, follow the TSV specs and stop adding quotes. Resolves <#1312> ¹ <https://www.iana.org/assignments/media-types/text/tab-separated-values> ² <https://datatracker.ietf.org/doc/html/rfc4180#page-2>
- Loading branch information