Croquet England Logo
Croquet England Logo

What is CSV

A CSV file (CSV = comma-separated values) is a plain text file that stores spreadsheet data. The data is arranged in rows and columns, with the first row containing column headings.

Unlike regular spreadsheets, CSV files don't support formatting or formulas. When opened in Excel, the data appears like a spreadsheet, but any custom formatting (e.g., column widths) will not be preserved after saving.

CSV files are useful for sharing data between software programs:

How to Create a CSV File to Upload

To create a CSV file in Microsoft Excel (or other spreadsheet software like LibreOffice Calc or Apple Numbers):

Before saving make sure that:

Splitting Data Into Multiple Columns

Your spreadsheet must have your members' details split into columns, for example, forename and surname must be in different columns. If your spreadsheet has the full name in one column, follow these steps to separate them into multiple columns:

Likewise, addresses might need splitting into columns, this time by a comma separator.

If you use Excel to work on the file, when you save it Excel will prompt you a few times with "are you sure you want to save it in CSV format?" - always choose Yes. If you choose No, the file will get messed up and you'll need to start again.

Refer to the Microsoft help pages for further details.

Downloading Data From the Database

Some data downloaded in a CSV might include some special characters, for example, the British currency symbol £. These files use UTF-8 encoding to handle such characters and not all programs handle these correctly.

If you have issues opening the file in Microsoft Excel, search online for instructions on how to open a UTF-8 CSV file to avoid data corruption.