Csv Formats

Titel

OldNew
11Csv Formats

Permalink

OldNew
11csv_formats

Inhoud

OldNew
1# CSV Formats
12
3LiteCart tries to support the most common variations of non-standard CSV
4formats but one is prefered.
5
6\^ Format \^ Delimiter \^ Column Wrapper \^ Escape character \^ Encoding
7\^ EOL | CSV | , | " | " | UTF-8 w/o BOM | CR+LF
8
9A list of CSV formats supported by applications.
10
11\^ Application \^ Format \^ Delimiter \^ Column Wrapper \^ Escape
12character \^ Encoding \^ EOL \^ Recommended \^ Comments | Google Docs
13Spreadsheet (Web application) | CSV / TSV | , or TAB | " | " |
14Any | CR / LF / CR+LF | **Yes** | | Microsoft Office Excel 2010
15(numerals with decimal point) | CSV (MS-Dos) | , | " | " | UTF-8
16w/o BOM | CR+LF | No | Excel 2011/Mac cannot correctly interpret a
17CSV file containing umlauts and diacritical marks no matter what
18encoding. | Microsoft Office Excel 2010 (numerals with decimal comma)
19| DSV (MS-Dos) | ; | " | " | UTF-8 w/o BOM | CR+LF | No |
20Excel 2011/Mac cannot correctly interpret a CSV file containing umlauts
21and diacritical marks no matter what encoding. | Microsoft Office Excel
222011 (numerals with decimal point) | DSV (Mac) | , | " | " |
23Windows-1252, UTF-8 w/ BOM | CR | No | Many regional versions of
24Excel will not be able to deal with Unicode in CSV. | Microsoft Office
25Excel 2011 (numerals with decimal comma) | CSV (Mac) | ; | " | "
26| Windows-1252, UTF-8 w/ BOM | CR | No | Many regional versions of
27Excel will not be able to deal with Unicode in CSV. | LibreOffice Calc
28(Multi platform) | CSV / DSV / TSV | Any | " or ' | " | Any |
29CR / LF / CR+LF | **Yes** | Supports all variations
30
31w/ BOM = With Byte Order Mark
32
33w/o BOM = Without Byte Order Mark

Geredigeer deur litecart op 29 Des. 2023 om 04:28

View code on GitHub