@@ -51,9 +51,10 @@ For usage as a library, please refer to the [godoc](https://pkg.go.dev/github.co
51
51
* 4.12. [ YAML] ( #yaml )
52
52
* 4.13. [ TBLN] ( #tbln )
53
53
* 4.14. [ WIDTH] ( #width )
54
- * 4.15. [ Raw output] ( #raw-output )
55
- * 4.16. [ ASCII Table & MarkDown output] ( #ascii-table-&-markdown-output )
56
- * 4.17. [ Vertical format output] ( #vertical-format-output )
54
+ * 4.15. [ TEXT] ( #text )
55
+ * 4.16. [ Raw output] ( #raw-output )
56
+ * 4.17. [ ASCII Table & MarkDown output] ( #ascii-table-&-markdown-output )
57
+ * 4.18. [ Vertical format output] ( #vertical-format-output )
57
58
* 5 . [ SQL] ( #sql )
58
59
* 5.1. [ SQL function] ( #sql-function )
59
60
* 5.2. [ JOIN] ( #join )
@@ -794,7 +795,7 @@ But `-id " "` does not recognize spaces in columns very well.
794
795
795
796
` -iwidth ` recognizes column widths and space separators.
796
797
797
- ### TEXT
798
+ ### 4.15. < a name = ' text ' ></ a > TEXT
798
799
799
800
The ` -itext ` option or files with “.text”extension are in text format.
800
801
@@ -827,7 +828,7 @@ $ trdsql -inum "SELECT * FROM test.text"
827
828
5,c
828
829
```
829
830
830
- ### 4.15 . <a name =' raw-output ' ></a >Raw output
831
+ ### 4.16 . <a name =' raw-output ' ></a >Raw output
831
832
832
833
` -oraw ` is Raw Output.
833
834
It is used when "escape processing is unnecessary" in CSV output.
@@ -852,7 +853,7 @@ $ trdsql -oraw -od "\t|\t" -db pdb "SELECT * FROM test.csv"
852
853
3 | Apple
853
854
```
854
855
855
- ### 4.16 . <a name =' ascii-table-&-markdown-output ' ></a >ASCII Table & MarkDown output
856
+ ### 4.17 . <a name =' ascii-table-&-markdown-output ' ></a >ASCII Table & MarkDown output
856
857
857
858
` -oat ` is ASCII table output.
858
859
@@ -880,7 +881,7 @@ $ trdsql -omd "SELECT * FROM test.csv"
880
881
881
882
The ` -onowrap ` option does not wrap long columns in ` at ` or ` md ` output.
882
883
883
- ### 4.17 . <a name =' vertical-format-output ' ></a >Vertical format output
884
+ ### 4.18 . <a name =' vertical-format-output ' ></a >Vertical format output
884
885
885
886
-ovf is Vertical format output("column name | value" vertically).
886
887
0 commit comments