documentation: use the name TAB-Separate Value format (TSV) - json2tsv - JSON to TSV converter
(HTM) git clone git://git.codemadness.org/json2tsv
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 922491e0343ab6f440024803921daf843b0e9cf5
(DIR) parent 30c28c0ba7a3bec23f3c964f59aef85a9c2ba615
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 13 Oct 2019 14:52:39 +0200
documentation: use the name TAB-Separate Value format (TSV)
Diffstat:
M README | 8 ++++----
M json2tsv.1 | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
---
(DIR) diff --git a/README b/README
@@ -2,12 +2,12 @@ json2tsv - convert JSON to TSV
------------------------------
json2tsv reads JSON data from stdin. It outputs each JSON type to a TAB-
-separated format per line. The -n flag can be used to show the indices for
-array types (by default off).
+Separated Value format per line. The -n flag can be used to show the indices
+for array types (by default off).
-TAB-separated format
---------------------
+TAB-Separated Value format
+--------------------------
The output format per line is:
(DIR) diff --git a/json2tsv.1 b/json2tsv.1
@@ -1,4 +1,4 @@
-.Dd October 6, 2019
+.Dd October 13, 2019
.Dt JSON2TSV 1
.Os
.Sh NAME
@@ -10,11 +10,11 @@
.Sh DESCRIPTION
.Nm
reads JSON data from stdin.
-It outputs each JSON type to a TAB-separated format per line.
+It outputs each JSON type to a TAB-Separated Value format per line.
The
.Fl n
flag can be used to show the indices for array types (by default off).
-.Sh TAB-SEPARATED FORMAT
+.Sh TAB-SEPARATED VALUE FORMAT
The output format per line is:
.Bd -literal
nodename<TAB>type<TAB>value<LF>