PDF download Download Article
An easy-to-follow tutorial on making CSV files
PDF download Download Article

Do you need to create a CSV file for your data? A CSV file, which is a “comma-separated values” file, allows you to save your data in a table-structured format, which is useful when importing data into databases and web applications. This wikiHow article teaches you how to create CSV files using Microsoft Excel, OpenOffice Calc, Google Sheets, and in a text editor.

Things You Should Know

  • Using a spreadsheet application like Excel, Google Sheets, or OpenOffice Calc is the easiest way to make CSV files.
  • If you can't use any of those programs, you can use a text editor like Notepad or TextEdit.
  • In a spreadsheet program, go to File > Save As > File Type > CSV . In a text editor, go to "File > Save As > File Type > All Files" and name the file with .csv at the end.
Method 1
Method 1 of 2:

Using a Spreadsheet Application

PDF download Download Article
  1. Open a new spreadsheet in Microsoft Excel, OpenOffice Calc, or Google Sheets . You can use any spreadsheet software to easily convert table data to CSV files.
    • If you want to convert an existing spreadsheet to CSV format, skip to step #4.
  2. For example, if entering data for items you’re selling, type “Item Name” into cell A1, “Item Price” into cell B1, “Item Description” into cell C1, and so on. [1]
    Advertisement
  3. Using the example outlined in step #2, write the item name in cell A2, the item’s price in cell B2, and the item’s description in cell C2.
  4. If using Google Sheets, this option will read as “File > Download as.” [2]
  5. You have now created a CSV file, and commas will automatically be added to the file to separate each field. [3]
  6. Advertisement
Method 2
Method 2 of 2:

Using a Text Editor

PDF download Download Article
  1. Because CSV files are actually just plain text files in a specific comma-separated format, you can use your computer's built-in text editor to create one.
  2. For example, if entering data for items you’re selling, type the following onto the first line: “name,price,description.” There must be no spaces between items.
  3. Using the example outlined in step #1, write the actual item name, followed by the item’s price and description. For example, if selling baseballs, write “baseball,5.99,sports.”
  4. If leaving any fields empty, make sure you include the comma, or the remaining fields will be off by one.
  5. Alternatively, press Ctrl + S on your keyboard if you're using a PC, or Cmd + S on a Mac.
  6. To do this, click the drop-down menu next to Save as type and select All Files . Next, type a name for your file and end it with .csv .
    • Click Save . You have now created a CSV file that you can easily import into a spreadsheet program, database, or web application.
  7. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How do I execute a CSV file?
    Community Answer
    CSV files are not executables, so you can’t “run” it like an app. These files are usually read by programs that use it as data.
Ask a Question
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Thanks to all authors for creating a page that has been read 384,353 times.

      Is this article up to date?

      Advertisement