CSV Separator

  • Thread starter Thread starter Tocnet
  • Start date Start date
T

Tocnet

Hello,

I would like to know which CSV separator is set on the machine and I would
like to change it.
Do you have an ideas ?

Thanks
Sébastien
 
Hi,

COMMA Separated Values - can it be other than an comma?

Bernie Yaeger
 
Yes I think, because with Win2000, you can set this value with the regional
settings.

Sebastien
 
Bernie,
COMMA Separated Values - can it be other than an comma?
Yes it is culture dependend in my country it has to be (official) a
semicolon. Don't forget that the comma is the decimal point in most
languages except English.

Cor
 
Tocnet said:
I would like to know which CSV separator is set on the machine and I would
like to change it.

'System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator'
will return the system's list separator string.
 
Thanks a lot for your help.

Sébastien

Herfried K. Wagner said:
'System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator'
will return the system's list separator string.
 
Thank you for your response.

Sébastien

Herfried K. Wagner said:
'System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator'
will return the system's list separator string.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top