Back to Glossary
databeginnerunit-3

CSV

Definition

Comma-Separated Values—a simple text file format for storing tabular data.

In Plain English

A CSV is like a simple paper spreadsheet—no formatting, just rows of data separated by commas.

Real-World Example

You might export your email list as a CSV file to upload to a new marketing tool.

Why It Matters for Your Work

CSV is the universal data format. Almost every system can export and import CSV files.

Common Mistake

Not checking CSV formatting before importing. Mismatched columns or encoding issues break imports.

Related Terms

View Import
Import

Bringing external data into a system or application.

View Export
Export

Taking data out of a system for use elsewhere.

View Data Migration
Data Migration

Moving data from one system to another.