What is the difference between .rtf and .csv?
- Extension
- .rtf
- .csv
- Format
- Text
- Text
- Category
- Document
- Developer
- Developer
- Microsoft
- Microsoft
- Description
- An RTF file is a common text file format that supports "rich text." It includes several types of text formatting, such as bold type, italics, different fonts and font sizes, and custom tab settings. RTF files also support objects and images, such as .JPG and .PNG files, saved within the text file.
- A CSV file is a comma separated values file commonly used by spreadsheet programs such as Microsoft Excel or OpenOffice Calc. It contains plain text data sets separated by commas with each new line in the CSV file representing a new database row and each database row consisting of one or more fields separated by a comma. CSV files are often opened by spreadsheet programs to be organized into cells or used for transferring data between databases.
- MIME Type
- text/richtext
- text/csv
- Sample
- sample.rtf
- sample.csv
- Wikipedia
- .rtf on Wikipedia
- .csv on Wikipedia