Skip to content

Commit 590a37c

Browse files
committed
Updated to not include units comment if optionals turned off
1 parent ee10fc5 commit 590a37c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/decisions/0008-timeseries-csv-format.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Example CSVs
4343

4444
.. code-block:: text
4545
46-
date-time, value, units
47-
2021-06-21T00:00:00Z, 0.0, ft
48-
2021-06-22T00:00:00Z, 1.0, ft
49-
2021-06-23T00:00:00Z, 2.0, ft
50-
2021-06-24T00:00:00Z, 3.0, ft
46+
date-time, value
47+
2021-06-21T00:00:00Z, 0.0
48+
2021-06-22T00:00:00Z, 1.0
49+
2021-06-23T00:00:00Z, 2.0
50+
2021-06-24T00:00:00Z, 3.0
5151
5252
2. All optionals turned on, with metadata-as-comments turned on:
5353

0 commit comments

Comments
 (0)