schema change

This commit is contained in:
JMARyA 2024-03-06 13:15:41 +01:00
parent 32803e7ed4
commit 312ee9ac7f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
37 changed files with 147 additions and 57 deletions

View file

@ -1,8 +1,11 @@
---
wiki: https://en.wikipedia.org/wiki/Comma-separated_values
rfc: https://datatracker.ietf.org/doc/html/rfc4180
obj: concept
obj: format
extension: "csv"
mime: "text/csv"
---
# CSV
Comma-separated values (CSV) is a text file format that uses commas to separate values. A CSV file stores tabular data (numbers and text) in plain text, where each line of the file typically represents one data record. Each record consists of the same number of fields, and these are separated by commas in the CSV file. If the field delimiter itself may appear within a field, fields can be surrounded with quotation marks.