This commit is contained in:
2018-06-29 12:33:05 +01:00
committed by GitHub
parent 547fdd6c2f
commit 4bd604c7bb

View File

@@ -47,7 +47,7 @@ Terminology
- **Record** (or **Row**) — A collection of fields. This is often referred to as - **Record** (or **Row**) — A collection of fields. This is often referred to as
a "line", but a single record can span multiple text lines if a field within a "line", but a single record can span multiple text lines if a field within
it contains one or more line breaks. it contains one or more line breaks.
- **Delimiter** — The character used to separate fields withing a row. Commonly - **Delimiter** — The character used to separate fields within a row. Commonly
this will be a comma (`,`), but semi-colons (`;`) or tabs (`\t`) are two other this will be a comma (`,`), but semi-colons (`;`) or tabs (`\t`) are two other
popular delimiter characters. popular delimiter characters.
- **Header** — The first row is often used to contain the column names for all - **Header** — The first row is often used to contain the column names for all