RTF to CSV Converter
Select files for conversion or just drag and drop them to the upload area
How to convert RTF files to CSV online?
Step 1.
Upload RTF-file
Click "Choose File" button to select a rtf file on your computer. RTF file size can be up to 50 Mb.
Step 2.
Convert RTF to CSV
Click "Convert" button to start conversion.
Step 3.
Download your CSV
When the conversion process is complete, you can download the CSV file.
Information about RTF and CSV file formats
Name | RTF | CSV |
Full name | RTF - Rich Text Format | CSV - Comma-Separated Values |
File extension | .rtf | .csv |
MIME type | text/rtf, application/rtf | text/csv |
Developed by | Microsoft | Informational RFC |
Type of format | Document file format | multi-platform, serial data streams |
Description | The Rich Text Format (often abbreviated RTF) is a proprietary document file format with published specification developed by Microsoft Corporation for cross-platform document interchange with Microsoft products. Most word processors are able to read and write some versions of RTF. | In computing, a comma-separated values (CSV) file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format. |
Technical details | Unlike many word processing formats, RTF code can be human-readable: when an RTF file is viewed as a plain text file, the contained ASCII text is legible. The formatting code is not too distracting nor counter-intuitive, provided that the document's creator kept formatting concise. | The CSV file format is not standardized. The basic idea of separating fields with a comma is clear, but that idea gets complicated when the field data may also contain commas or even embedded line-breaks. CSV implementations may not handle such field data, or they may use quotation marks to surround the field. |
File conversion | RTF conversion | CSV conversion |
Associated programs | WordPad, LibreOffice, Microsoft Word. | Microsoft Excel, LibreOffice Calc |
Wiki | https://en.wikipedia.org/wiki/Rich_Text_Format | https://en.wikipedia.org/wiki/Comma-separated_values |