Skip Navigation

TIL that RFC 4180 specifies the CSV format to use CRLF line endings

datatracker.ietf.org RFC 4180: Common Format and MIME Type for Comma-Separated Values (CSV) Files

This RFC documents the format used for Comma-Separated Values (CSV) files and registers the associated MIME type "text/csv". This memo provides information for the Internet community.

RFC 4180: Common Format and MIME Type for Comma-Separated Values (CSV) Files

I noticed a repository's .gitattributes entry for *.csv used text eol=crlf so I investigated and found this.

5
5 comments