Share via

Problem to open a csv file with excel with different regional settings

Anonymous
2012-02-14T14:57:08+00:00

Hi,

I have a csv file in which the field separator is pipe "|".

List separator in my regional setting is set to semicolon ";".

when I open the csv file all values are loaded into first column.

the problem could be fixed if I include in the first row the following line sep=|

I have tried to find any information related in microsoft but I didn't find any post realted.

I would like to know if this solution icould be used due to the csv file will be downloaded

by several users across the world and excel version could be different (2003,2007, 2010)

Thanks in advance

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2012-02-14T17:10:56+00:00

Unless you change the field separator to | in Windows' regional settings, you won't be able to open the .csv file correctly. You can use Data > Text to Columns after opening the .csv file, though.

Alternatively, change the extension to .txt.

When the user opens the file in Excel, the Import Text Wizard will start.

Select Delimited, then click Next.

Specify Other as delimiter and type | in the box.

Click Next, specify field formats if necessary, and finally click Finish.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful