mirror of
https://github.com/parsecsv/csv-spec.git
synced 2026-02-19 08:56:38 +00:00
Update terminology
This commit is contained in:
@@ -42,10 +42,10 @@ character used in any given input CSV-like formatted file/data.
|
|||||||
|
|
||||||
## Terminology
|
## Terminology
|
||||||
|
|
||||||
- **Field** — A singular String value within a row.
|
- **Field** — A singular String value within a record.
|
||||||
- **Record** (or **Row**) — A collection of fields.
|
- **Record** (or **Row**) — A collection of fields. This is often referred to
|
||||||
- **Column** — Fields from multiple rows at the same offset. For example the
|
as a "line", but a single record can in span multiple text lines if a field
|
||||||
second column would be a list of the second field from every row.
|
within it contains one or more line breaks.
|
||||||
- **Delimiter** — The character used to separate fields withing a
|
- **Delimiter** — The character used to separate fields withing a
|
||||||
row. Commonly this will be a comma (`,`), but semi-colons (`;`) or tabs
|
row. Commonly this will be a comma (`,`), but semi-colons (`;`) or tabs
|
||||||
(`\t`) are two other popular delimiter characters.
|
(`\t`) are two other popular delimiter characters.
|
||||||
|
|||||||
Reference in New Issue
Block a user