DOC to CSV - Convert document online

(DOC, DOCX, RTF, TXT, ODT, XLS, XLSX, CSV, ODS, PPT, PPTX, ODP, HTML, XPS, etc.)
Conversion Results:
# Output File Source File Action
How to convert DOC to CSV:

1. Click the "Choose Files" button to select multiple files on your computer or click the "URL" button to choose an online file from URL, Google Drive or Dropbox.

2. Choose a target document format. The target document format can be PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX, HTML, TXT, CSV, RTF, ODT, ODS, ODP, XPS or OXPS. Note that each target format can only be converted from certain document formats. For example: It can convert DOC to DOCX, but it can't convert DOC to XLSX. When choosing a target format, it will list what source formats can be converted to the target format.

3. Click the "Convert Now!" button to start batch conversion. The output files will be listed in the "Conversion Results" section. Click icon to show file QR code or save file to cloud storage services such as Google Drive or Dropbox.

DOC vs CSV:
Name DOC CSV
Full name Microsoft Word Binary File Format Comma-Separated Values
File extension .doc .csv
MIME application/msword text/csv
Developed by Microsoft Informational RFC
Type of format Document file format Multi-platform, serial data streams
Introduction DOC is a filename extension for word processing documents, most commonly in the proprietary Microsoft Word Binary File Format. In Microsoft Word 2007 and later, the binary file format was replaced as the default format by the Office Open XML format, though Microsoft Word can still produce DOC files. 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 Binary DOC files often contain more text formatting information (as well as scripts and undo information) than some other document file formats like Rich Text Format and HyperText Markup Language, but are usually less widely compatible. 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.
Associated programs Microsoft Word, OpenOffice.org Writer, IBM Lotus Symphony, Apple Pages, AbiWord. Microsoft Excel, LibreOffice Calc
Sample file sample.doc sample.csv
Wikipedia DOC on Wikipedia CSV on Wikipedia