How to Change a Microsoft Word Document to a CSV File
If you have a list of data in a Word document and need to convert it into a CSV (Comma Separated Value) format, here’s a step-by-step guide to help you through the process.
Step 1: Prepare the Data in Word
Before starting, ensure your data in Word is organized with commas separating the values and each entry on a new line. Here’s an example of a simple email list:
[email protected], John Doe, 123-456-7890
[email protected], Jane Smith, 234-567-8901
[email protected], Alice Johnson, 345-678-9012
Step 2: Save the Word Document as a Plain Text File
- Open your Word document containing the data.
- Click the File tab at the top-left of the window.
- In the left-hand pane, select Save As.
- Choose Plain Text (.txt) from the list of available file types.
- Click Save.
- You’ll receive a warning about losing formatting, but since you’re working with plain data, click OK to proceed.
Step 3: Open the Text File in Microsoft Excel
- Open Microsoft Excel.
- Select Open in the left-hand pane.
- Navigate to the folder where you saved the TXT file.
- If the file doesn’t appear, make sure the “Text Files” option is selected in the file type drop-down.
- Select the TXT file and click Open. The Text Import Wizard will open.
Step 4: Import the Data into Excel Using the Text Import Wizard
- In the Text Import Wizard, make sure the Delimited option is selected.
- Choose the row where your data begins (usually the first row).
- Click Next.
- In the Delimiters section, choose Comma. You’ll see a preview of your data being organized into columns.
- Click Next.
- For Column Data Format, select General unless you need a specific format for certain columns (e.g., dates).
- Click Finish to complete the import.
Step 5: Save the File as CSV
Once your data is neatly organized in Excel, click the File tab again.
- Select Save As.
- In the Save as type dropdown, select one of the CSV options:
- CSV UTF-8 (preferred if your data includes non-ASCII characters).
- CSV (Macintosh) (for Mac users).
- CSV (MS-DOS) (common for Windows users).
- Choose a location to save your file and click Save.