CSV

E35620

CSV (Comma-Separated Values) is a simple, text-based file format commonly used to store and exchange tabular data between different software applications and systems.

AI illustration

How this image was made

AI-generated illustration of CSV

This AI-generated illustration was produced by black-forest-labs/FLUX.2-dev (1024x1024) from a prompt written by openai/gpt-oss-120b from the entity's label + description.

Prompt

Generate an image of CSV (CSV (Comma-Separated Values) is a simple, text-based file format commonly used to store and exchange tabular data between different software applications and systems.)

All labels observed (3)

Label Occurrences
CSV canonical 11
Comma-Separated Values 1
Rust csv crate 1

How this entity was disambiguated

Statements (56)

Predicate Object
instanceOf file format ⓘ
tabular data format ⓘ
text-based format ⓘ
advantage simplicity ⓘ
small file size ⓘ
wide compatibility ⓘ
alternativeDelimiters pipe ⓘ
semicolon ⓘ
tab ⓘ
columnSeparator comma ⓘ
commonlyUsedBy databases ⓘ
programming languages ⓘ
spreadsheets ⓘ
statistical software ⓘ
commonlyUsedIn APIs for bulk data download ⓘ
ETL processes ⓘ
data pipelines ⓘ
dataStructure table ⓘ
definedIn RFC 4180 ⓘ
doesNotSupport binary data without encoding ⓘ
explicit data types ⓘ
nested structures ⓘ
encoding commonly ASCII ⓘ
commonly UTF-8 ⓘ
fileExtension .csv ⓘ
fullName Comma-Separated Values ⓘ
linked to: CSV
humanReadable true ⓘ
introducedYear 1970s ⓘ
limitation ambiguous data types ⓘ
lack of schema ⓘ
locale-dependent formatting ⓘ
no standard for metadata ⓘ
mediaType text/csv ⓘ
openedBy Google Sheets ⓘ
LibreOffice Calc ⓘ
Microsoft Excel ⓘ
linked to: Excel

text editors ⓘ
parsingComplexity simple ⓘ
relatedFormat JSON ⓘ
TSV ⓘ
XML ⓘ
rowSeparator newline ⓘ
standardizedBy IETF ⓘ
stores columns ⓘ
rows ⓘ
tabular data ⓘ
supports empty fields ⓘ
escaped quotes ⓘ
header row ⓘ
quoted fields ⓘ
variable-length rows ⓘ
supportsDelimiterVariation true ⓘ
usedFor data exchange ⓘ
data export ⓘ
data import ⓘ
simple data storage ⓘ

How these facts were elicited

Referenced by (13)

Full triples — surface form annotated when it differs from this entity's canonical label.

SAS → canImportFormat → CSV ⓘ
CSV → fullName → Comma-Separated Values ⓘ
linked to: CSV
RFC 4180 → relatedTo → CSV ⓘ
BurntSushi → notableWork → Rust csv crate ⓘ
linked to: CSV
Wikibase Query Service → supportsOutputFormat → CSV ⓘ
subject linked to: Query Service
Ruby → standardLibraryIncludes → CSV ⓘ
subject linked to: Ruby programming language