CSV
CSVAlso called: Comma-Separated Values
A plain-text file format that stores tabular data as rows of values separated by commas or other delimiters.
Explore more about Data Exchange
Related terms
JavaScript Object Notation (JSON) is a lightweight, text-based data interchange format for representing structured data using key-value pairs and arrays. It is widely used for exchanging data between applications, APIs, AI systems, and web services.
XMLXMLA markup language designed to store and transport structured data in a human-readable and machine-readable format.
YAMLA human-readable data serialization language commonly used for configuration files and data exchange across applications.
Data SerializationThe process of converting data structures or objects into a structured format for storage, transmission, or exchange between systems.
Data SchemaA structured specification that defines the format, fields, data types, relationships, and validation rules for exchanged data.