Definition of a CSV File

Definition of a CSV File thumbnail
CSV files are text files that easily convert into spreadsheets.

CSV files are a standard means of moving data from one application to another. Most programs that store information in a database, such as accounting and sales tracking software, can export data as a CSV file so it can be understood and imported by another program.

  1. Definition

    • CSV is short for Comma Separated Values. When you open a CSV file in a word processing program, each piece of information (value) is separated by a comma. CSV files are also known as Comma Delimited files.

    Application Types

    • Any text-editing program, including basic applications like Notepad and Wordpad, can open a CSV file. Spreadsheet programs such as Microsoft Excel and Google Spreadsheets can also import CSV files, inserting each piece of data into its own table cell. Certain applications that use databases, like Salesforce, import and export data in CSV files.

    Identification

    • Identify CSV files by their ".csv" file extension. To view a file's extension on Windows, right-click the filename and select "Properties." Click the "General" tab and look for "Comma Separated Values" on the "Type of File" line. On Mac OS X, click once on the file to highlight it, then press "Cmd+I" to bring up the Get Info screen. Look under "Name & Extension" to see if the filename ends in CSV.

    Size

    • Because they're basic text files with zero formatting (e.g. special fonts, bold text), CSV files are significantly smaller than other files (e.g. Microsoft Excel XLS files) containing the exact same information.

    Warning

    • Individual pieces of information (values) saved in a CSV file cannot contain commas, or the program importing the CSV will interpret the value as two separate values. For example, if you save a person's name as "Brown, John" and export as a CSV, then try to import the CSV into another program, the new program will consider "Brown" and "John" to be two separate names. Avoid this situation by eliminating commas from individual values ahead of time (e.g. changing "Brown, John" to "John Brown").

Related Searches:

References

  • Photo Credit number background image by kuhar from Fotolia.com

Comments

You May Also Like

  • How to Make a CSV File in Java

    Comma-separated values (CSV) files are simple databases consisting of a single table whose data appear in columns defined by commas. You can...

  • How to Create a Table From a CSV File

    CSV is a text file format to store database entries. In CSV files, each record is a single line, and each field...

  • How to Make an Excel CSV File

    CSV stands for Comma Separated Values. (It is also sometimes referred to as a Comma Separated Variables file). CSV refers to a...

  • What Is the Definition of a PST File?

    Email software programs allow users to send, organize and receive messages over the Internet. A variety of software programs are available, including...

  • Microsoft Excel Definition for Sheets

    Microsoft Excel creates workbook data files that contain three worksheets by default. A sheet is a short name for a single worksheet...

  • How to Use a Comma Inside Quotation Marks in a CSV File

    CSV stands for "Comma Separated Values." Most spreadsheet and database programs can open CSV files. CSV files work in a more universal...

  • How Do I Create a New CSV File?

    A .csv document is a file that is comma-delimited, meaning it is a list of data separated by commas. A .csv file...

  • What Is CSV?

    Comma-separated values (CSV) files are simple text files that contain data for a database table. Each line of a CSV file makes...

  • How to Change the Delimiter in a CSV File

    A comma separated value (CSV) file is a text file presented in a spreadsheet format. Each data set or cell is separated...

  • How to Convert XLS to CSV on VB.NET

    Microsoft Excel is a spreadsheet application that is part of the Microsoft Office suite. Visual Basic.NET is a Microsoft programming language that's...

  • What Does it Mean to Export or Import a File?

    In common usage, "export" means to send something from your country to a different country, and "import" means to bring something from...

  • How to Filter a CSV File

    CSV files provide a convenient way to transfer data back and forth between many different types of programs. Since a CSV file...

  • What Is the File Extension Scv?

    Printers and sign companies use a variety of different software programs in order to create graphics used by their clients for advertising...

  • How to Replace Files With No Extension

    In most cases, files have file extensions that define the type of file for the operating system. However, some files are meant...

  • How to Write a CSV File

    Spreadsheet programs can make short work of complex financial calculations like household budgets, taxes and corporate finances. They often use their own...

  • How to Process a CSV File With AWK

    Awk is a powerful scripting language designed exclusively for the manipulation of text files. In skillful hands, it can be a powerful...

  • How to Export Data to a CSV File

    A "comma separated values" (CSV) file is a digital format used to save the data found in tables into a list file,...

Related Ads

Featured