MIME Content Type: text
The MIME type text/csv is used for files formatted as Comma-Separated Values (CSV), typically with the .csv extension. CSV files are plain text files that store tabular data in a simple and readable format, where each line represents a row and each field within a row is separated by a comma. This format is widely used for data exchange between applications, spreadsheets, and databases due to its straightforward structure and ease of use. The text/csv MIME type informs applications and systems that the file contains tabular data in CSV format, allowing them to parse and interpret the data correctly. CSV files can be opened and edited by a variety of programs, including spreadsheet software like Microsoft Excel and Google Sheets, making them a versatile choice for data storage and manipulation.
Related RFCs: [rfc4180]