This commit is contained in:
2015-04-02 01:05:45 +01:00
parent b19dd95b07
commit 2b3a7ae7d9

View File

@@ -44,7 +44,7 @@ character used in any given input CSV-like formatted file/data.
- **Field** — A singular String value within a record.
- **Record** (or **Row**) — A collection of fields. This is often referred to
as a "line", but a single record can in span multiple text lines if a field
as a "line", but a single record can span multiple text lines if a field
within it contains one or more line breaks.
- **Delimiter** — The character used to separate fields withing a
row. Commonly this will be a comma (`,`), but semi-colons (`;`) or tabs