What's the difference between - CSV (MS-Dos), CSV (Macintosh), CSV (comma delimited) file types in excel 2010? They are all listed as a save file type, but ultimately are Comma Separated Value files.

link|improve this question

72% accept rate
feedback

1 Answer

"The difference between [them] is if you have certain special characters in text fields; for example, an accented (foreign language) character. If you export as Windows CSV, those fields are encoded using the Windows-1252 code page. DOS encoding usually uses code page 437, which maps characters used in old pre-Windows PCs. If you export as one and then import with a tool that expects the other, most things will look fine but you'll get unexpected results if, for example, you know someone with an umlaut (or other foreign character) in their name." source

link|improve this answer
1  
The mac options also should convert the windows CR/LF to the mac CR only standard. – Lamar B Feb 2 at 18:39
1  
What about Csv comma Delimited? – Daniel Beck Feb 2 at 18:49
@danielbeck CSV Comma Delimited is just the standard CSV (plain text) as it is a comma separated value file - the comma is the delimiter link – Raystafarian Feb 2 at 19:14
2  
@Raystafarian OK, so that's the default format. But regarding CSV means comma separated: If it only were so easy. Localized variants of the CSV format use semicolons as delimiters. – Daniel Beck Feb 2 at 19:20
@DanielBeck true, but excel doesn't save as semicolon delimited or pipe delimited. So while CSV with a comma delimiter may not be the universal standard (if there even is a standard), it is the standard in excel. – Raystafarian Feb 2 at 19:49
show 5 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.