Table of Contents
Excel's CSV Delimiter
Changing the Separator When Saving as CSV
Changing the Delimiter When Importing CSV
Specifying the Separator Directly in the CSV File
Using the Text Import Wizard (Legacy)
Using Power Query
Globally Changing the Default CSV Separator
Understanding List Separator Changes
Home Topics excel How to change Excel CSV delimiter to comma or semicolon

How to change Excel CSV delimiter to comma or semicolon

Mar 27, 2025 pm 12:22 PM

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:

  1. Go to File > Options > Advanced.
  2. Uncheck Use system separators under Editing options.
  3. 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 (.) How to change Excel CSV delimiter to comma or semicolon

To create a comma-delimited CSV:

  • Set Decimal separator to a period (.)
  • Set Thousands separator to a comma (,) How to change Excel CSV delimiter to comma or semicolon

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:

How to change Excel CSV delimiter to comma or semicolon

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).

How to change Excel CSV delimiter to comma or semicolon

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.

How to change Excel CSV delimiter to comma or semicolon

Globally Changing the Default CSV Separator

To change the default List separator system-wide (affecting all applications):

  1. Access Windows Region settings (Control Panel > Region or search for "Region").
  2. Click Additional date, time, and regional settings.
  3. Click Change date, time, or number formats.
  4. Click Additional settings….
  5. On the Numbers tab, change the List separator. Ensure it differs from the Decimal symbol.
  6. Click OK twice. Restart Excel for changes to take effect.

How to change Excel CSV delimiter to comma or semicolon How to change Excel CSV delimiter to comma or semicolon How to change Excel CSV delimiter to comma or semicolon How to change Excel CSV delimiter to comma or semicolon How to change Excel CSV delimiter to comma or semicolon

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 (;)

How to change Excel CSV delimiter to comma or semicolon How to change Excel CSV delimiter to comma or semicolon

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!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1655
14
PHP Tutorial
1252
29
C# Tutorial
1226
24
How to use Flash Fill in Excel with examples How to use Flash Fill in Excel with examples Apr 05, 2025 am 09:15 AM

This tutorial provides a comprehensive guide to Excel's Flash Fill feature, a powerful tool for automating data entry tasks. It covers various aspects, from its definition and location to advanced usage and troubleshooting. Understanding Excel's Fla

MEDIAN formula in Excel - practical examples MEDIAN formula in Excel - practical examples Apr 11, 2025 pm 12:08 PM

This tutorial explains how to calculate the median of numerical data in Excel using the MEDIAN function. The median, a key measure of central tendency, identifies the middle value in a dataset, offering a more robust representation of central tenden

Excel shared workbook: How to share Excel file for multiple users Excel shared workbook: How to share Excel file for multiple users Apr 11, 2025 am 11:58 AM

This tutorial provides a comprehensive guide to sharing Excel workbooks, covering various methods, access control, and conflict resolution. Modern Excel versions (2010, 2013, 2016, and later) simplify collaborative editing, eliminating the need to m

How to spell check in Excel How to spell check in Excel Apr 06, 2025 am 09:10 AM

This tutorial demonstrates various methods for spell-checking in Excel: manual checks, VBA macros, and using a specialized tool. Learn to check spelling in cells, ranges, worksheets, and entire workbooks. While Excel isn't a word processor, its spel

Excel: Group rows automatically or manually, collapse and expand rows Excel: Group rows automatically or manually, collapse and expand rows Apr 08, 2025 am 11:17 AM

This tutorial demonstrates how to streamline complex Excel spreadsheets by grouping rows, making data easier to analyze. Learn to quickly hide or show row groups and collapse the entire outline to a specific level. Large, detailed spreadsheets can be

Absolute value in Excel: ABS function with formula examples Absolute value in Excel: ABS function with formula examples Apr 06, 2025 am 09:12 AM

This tutorial explains the concept of absolute value and demonstrates practical Excel applications of the ABS function for calculating absolute values within datasets. Numbers can be positive or negative, but sometimes only positive values are neede

Google Spreadsheet COUNTIF function with formula examples Google Spreadsheet COUNTIF function with formula examples Apr 11, 2025 pm 12:03 PM

Master Google Sheets COUNTIF: A Comprehensive Guide This guide explores the versatile COUNTIF function in Google Sheets, demonstrating its applications beyond simple cell counting. We'll cover various scenarios, from exact and partial matches to han

How to convert Excel to JPG - save .xls or .xlsx as image file How to convert Excel to JPG - save .xls or .xlsx as image file Apr 11, 2025 am 11:31 AM

This tutorial explores various methods for converting .xls files to .jpg images, encompassing both built-in Windows tools and free online converters. Need to create a presentation, share spreadsheet data securely, or design a document? Converting yo

See all articles