Skip to content

Commit

Permalink
Update Table of Contents
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Oct 28, 2024
1 parent 112140c commit 253bdbc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ For usage as a library, please refer to the [godoc](https://pkg.go.dev/github.co
* 4.12. [YAML](#yaml)
* 4.13. [TBLN](#tbln)
* 4.14. [WIDTH](#width)
* 4.15. [Raw output](#raw-output)
* 4.16. [ASCII Table & MarkDown output](#ascii-table-&-markdown-output)
* 4.17. [Vertical format output](#vertical-format-output)
* 4.15. [TEXT](#text)
* 4.16. [Raw output](#raw-output)
* 4.17. [ASCII Table & MarkDown output](#ascii-table-&-markdown-output)
* 4.18. [Vertical format output](#vertical-format-output)
* 5. [SQL](#sql)
* 5.1. [SQL function](#sql-function)
* 5.2. [JOIN](#join)
Expand Down Expand Up @@ -794,7 +795,7 @@ But `-id " "` does not recognize spaces in columns very well.

`-iwidth` recognizes column widths and space separators.

### TEXT
### 4.15. <a name='text'></a>TEXT

The `-itext` option or files with “.text”extension are in text format.

Expand Down Expand Up @@ -827,7 +828,7 @@ $ trdsql -inum "SELECT * FROM test.text"
5,c
```

### 4.15. <a name='raw-output'></a>Raw output
### 4.16. <a name='raw-output'></a>Raw output

`-oraw` is Raw Output.
It is used when "escape processing is unnecessary" in CSV output.
Expand All @@ -852,7 +853,7 @@ $ trdsql -oraw -od "\t|\t" -db pdb "SELECT * FROM test.csv"
3 | Apple
```

### 4.16. <a name='ascii-table-&-markdown-output'></a>ASCII Table & MarkDown output
### 4.17. <a name='ascii-table-&-markdown-output'></a>ASCII Table & MarkDown output

`-oat` is ASCII table output.

Expand Down Expand Up @@ -880,7 +881,7 @@ $ trdsql -omd "SELECT * FROM test.csv"

The `-onowrap` option does not wrap long columns in `at` or `md` output.

### 4.17. <a name='vertical-format-output'></a>Vertical format output
### 4.18. <a name='vertical-format-output'></a>Vertical format output

-ovf is Vertical format output("column name | value" vertically).

Expand Down

0 comments on commit 253bdbc

Please sign in to comment.