Skip to main content
🇪🇸 Español 🇧🇷 Português 🇩🇪 Deutsch
Image Converter Video Converter Audio Converter Document Converter
Tools Guides Formats Pricing API
Log In
Guide

CSV Format: The Complete Guide to Comma-Separated Values

PC By Pablo Cirre

Related conversions

Put what you just learned into practice — convert your files now in seconds, free and without registration.

Frequently Asked Questions

There is no single official standard for CSV. RFC 4180 (2005) documents common practice and is widely cited as the de facto specification, but it is informational only and was never a formal Internet standard. Many applications implement CSV differently, which is why CSV interoperability issues are so common.

Não há single official padrão para CSV. RFC 4180 (2005) documents common practice e is widely cited como o de facto specification, mas it is informational only e was never a formal Internet padrão. Many aplicativos implement CSV differently, which is why CSV interoperability issues are so common.

Es gibt kein single official Standard für CSV. RFC 4180 (2005) documents common practice und is widely cited als das de facto specification, aber it is informational only und was never a formal Internet Standard. Many Anwendungen implement CSV differently, which is why CSV interoperability issues are so common.

No hay single official estándar para CSV. RFC 4180 (2005) documents common practice y is widely cited como el de facto specification, pero it is informational only y was never a formal Internet estándar. Many aplicaciones implement CSV differently, which is why CSV interoperability issues are so common.

Send <strong>PDF</strong> when the document is final and the layout must be preserved exactly (contracts, invoices, certificates). Send <strong>DOCX</strong> when reviewers need to edit, comment, or track changes. Many teams send both: PDF as the canonical version + DOCX for editable feedback. PDF/A is the right pick for legal archival (ISO 19005).

Excel aggressively interprets CSV fields as dates, numbers, and scientific notation. Values like "1-2" become January 2, "1e10" becomes a number, and leading zeros are stripped from fields like "007". To prevent this, import via Data → From Text/CSV wizard and set column types to Text rather than double-clicking the file. Python's pandas with dtype=str also prevents this.

Round-tripping between similar formats (DOCX ↔ ODT, DOCX → PDF) is generally safe. Round-tripping with format-specific features (Word macros, complex tables, footnotes) often loses fidelity. Embedded fonts survive only if both source and target support font embedding (PDF yes, DOCX yes, plain HTML no). Always preview the result before deleting the original.

TSV (Tab-Separated Values) uses a tab character as the delimiter instead of a comma. TSV is less ambiguous because tab characters rarely appear in real data values, eliminating most quoting issues. However, CSV is more universally supported. Both are plain-text formats with no data type declarations or encoding specification.

TSV (Tab-Separated Values) uses a tab character como o delimiter em vez de a comma. TSV is less ambiguous because tab characters rarely appear in real data values, eliminating most quoting issues. Porém, CSV is more universally suportado. Both are plain-text formatoos com no data type declarations ou codificação specification.

TSV (Tab-Separated Values) uses a tab character als das delimiter anstatt a comma. TSV is less ambiguous because tab characters rarely appear in real data values, eliminating most quoting issues. Jedoch, CSV is more universellly unterstützt. Both are plain-text Formate mit no data type declarations oder Codierung specification.

TSV (Tab-Separated Values) uses a tab character como el delimiter en vez de a comma. TSV is less ambiguous because tab characters rarely appear in real data values, eliminating most quoting issues. Sin embargo, CSV is more universally soportado. Both are plain-text formatoos con no data type declarations o codificación specification.

If the PDF contains real text (not scanned images), <code>pdftotext</code> from poppler-utils or <a href="/convert/pdf-to-txt">PDF to TXT</a> works in seconds. If the PDF is a scanned image, you need OCR — Tesseract is the open-source standard. KaijuConverter's PDF tools auto-detect text-vs-image PDFs and route accordingly.

In European locales, the comma is the decimal separator (e.g., 1.234,56 for one thousand two hundred thirty-four point fifty-six). Microsoft Excel uses the system's list separator as the CSV delimiter, which is a semicolon in these locales. A CSV exported in a European locale with semicolons will display incorrectly when opened in an English locale expecting commas, and vice versa.

In European locales, the comma is the decimal separator (e.g., 1.234,56 para one thousand two hundred thirty-four point fifty-six). Microsoft Excel uses the system's list separator como o CSV delimiter, which is a semicolon in these locales. A CSV exported em um European locale com semicolons will display incorrectly when opened in an English locale expecting commas, e vice versa.

In European locales, the comma is the decimal separator (e.g., 1.234,56 für one thousand two hundred thirty-four point fifty-six). Microsoft Excel uses the system's list separator als das CSV delimiter, which is a semicolon in these locales. A CSV exported in einem European locale mit semicolons will display incorrectly when opened in an English locale expecting commas, und vice versa.

In European locales, the comma is the decimal separator (e.g., 1.234,56 para one thousand two hundred thirty-four point fifty-six). Microsoft Excel uses the system's list separator como el CSV delimiter, which is a semicolon in these locales. A CSV exported en un European locale con semicolons will display incorrectly when opened in an English locale expecting commas, y vice versa.

Light edits (annotations, signatures, form fields) are fine in any PDF reader. Structural edits (changing paragraphs, replacing images) are awkward — PDF is a presentation format, not an editing format. The robust workflow is: keep the source DOCX/MD/HTML as the master, regenerate the PDF when changes are needed. Tools that "edit PDFs" reverse-engineer the layout and frequently break it.

We use cookies and similar technologies to personalise content and ads, and to analyse traffic. Learn more about cookies.