This tutorial explains how to adjust CSV separators when importing or exporting data to/from Excel, allowing you to save files in comma-separated or semicolon-separated formats.
Excel's automatic settings can sometimes lead to unexpected results. For instance, you might intend to export data as a comma-separated CSV file, but instead receive a semicolon-delimited file. This tutorial will guide you through changing this setting.
- Saving Excel files as CSV with custom delimiters
- Opening or importing CSV files with custom delimiters
- Globally changing the default CSV separator
- Modifying the List separator: implications and considerations
Excel's CSV Delimiter
Microsoft Excel uses the List separator defined in Windows Regional settings to handle .csv files. In many regions, the default is a comma, creating comma-separated CSV files. However, in others (like many European countries), a semicolon is used as the list separator, resulting in semicolon-delimited CSV files. The methods below show how to override this.
Changing the Separator When Saving as CSV
Excel typically uses the default List separator when saving as .csv. To force a different delimiter:
- Go to File > Options > Advanced.
- Uncheck Use system separators under Editing options.
- Change the Decimal separator. To avoid confusion, also change the Thousands separator to a different character.
To create a semicolon-delimited CSV:
- Set Decimal separator to a comma (,)
- Set Thousands separator to a period (.)
To create a comma-delimited CSV:
- Set Decimal separator to a period (.)
- Set Thousands separator to a comma (,)
Remember: Changes made in Excel Options only affect Excel. Other applications will still use the system's default List separator.
Changing the Delimiter When Importing CSV
Several methods exist for importing CSV files. The delimiter adjustment method depends on your chosen import technique.
Specifying the Separator Directly in the CSV File
To ensure Excel correctly interprets a CSV file's delimiter, add a line at the beginning of the file specifying the separator:
- Comma:
sep=,
- Semicolon:
sep=;
- Pipe:
sep=|
You can use other characters as well. After adding this line, open the file in Excel.
Example for a semicolon-delimited CSV:
Using the Text Import Wizard (Legacy)
For older Excel versions or to access this functionality, you can use the Text Import Wizard:
- Enable the "From Text (Legacy)" feature if necessary.
- Change the file extension from .csv to .txt and open it in Excel. This will automatically launch the wizard.
- In step 2, select your delimiter (tab, comma, semicolon, space, or custom).
Using Power Query
In Excel 2016 and later, Power Query offers another import method. During connection setup, you can specify the delimiter in the Preview dialog.
Globally Changing the Default CSV Separator
To change the default List separator system-wide (affecting all applications):
- Access Windows Region settings (Control Panel > Region or search for "Region").
- Click Additional date, time, and regional settings.
- Click Change date, time, or number formats.
- Click Additional settings….
- On the Numbers tab, change the List separator. Ensure it differs from the Decimal symbol.
- Click OK twice. Restart Excel for changes to take effect.
Caution: System-wide changes affect all applications. If problems arise, use the Reset button in the Customize Format dialog to restore defaults.
Understanding List Separator Changes
Different regions use different default separators (decimal, thousands, list). The List separator and Decimal symbol must be different. Changing the List separator also affects number display and formula argument separators in Excel. If unsure, modify the separator only for individual files.
US/UK: Decimal (.), Thousands (,), List (,)
EU: Decimal (, ), Thousands (.), List (;)
This tutorial details how to manage CSV delimiters in Excel. Choose the method best suited to your needs.
The above is the detailed content of How to change Excel CSV delimiter to comma or semicolon. For more information, please follow other related articles on the PHP Chinese website!

This article explains how to create drop-down lists in Excel using data validation, including single and dependent lists. It details the process, offers solutions for common scenarios, and discusses limitations such as data entry restrictions and pe

This article will guide you through the process of creating a timeline for Excel pivot tables and charts and demonstrate how you can use it to interact with your data in a dynamic and engaging way. You've got your data organized in a pivo

Excel can import XML data using its built-in "From XML Data Import" function. Import success depends heavily on XML structure; well-structured files import easily, while complex ones may require manual mapping. Best practices include XML

The article discusses methods to sum columns in Excel using the SUM function, AutoSum feature, and how to sum specific cells.

The article details steps to create and customize pie charts in Excel, focusing on data preparation, chart insertion, and personalization options for enhanced visual analysis.

Article discusses calculating mean in Excel using AVERAGE function. Main issue is how to efficiently use this function for different data sets.(158 characters)

Article discusses creating, formatting, and customizing tables in Excel, and using functions like SUM, AVERAGE, and PivotTables for data analysis.

Article discusses creating, editing, and removing drop-down lists in Excel using data validation. Main issue: how to manage drop-down lists effectively.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
