@@ -4,48 +4,42 @@ Since Github doesn't provide a great way for you to learn about new
4
4
releases and features, don't just star the repo, join the [ mailing
5
5
list] ( https://docs.google.com/forms/d/e/1FAIpQLSfYF3AZivacRrQWanC-skd0iI23ermwPd17T_64Xc4etoL_Tw/viewform ) .
6
6
7
- <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
8
- ** Table of Contents**
9
-
10
- - [About](#about)
11
- - [Install](#install)
12
- - [macOS Homebrew](#macos-homebrew)
13
- - [Binaries on macOS, Linux, WSL](#binaries-on-macos-linux-wsl)
14
- - [Binaries on Windows (not WSL)](#binaries-on-windows-not-wsl)
15
- - [Build and install from source](#build-and-install-from-source)
16
- - [Usage](#usage)
17
- - [Pretty print](#pretty-print)
18
- - [Piping data to dsq](#piping-data-to-dsq)
19
- - [Multiple files and joins](#multiple-files-and-joins)
20
- - [Transforming data to JSON without querying](#transforming-data-to-json-without-querying)
21
- - [Array of objects nested within an object](#array-of-objects-nested-within-an-object)
22
- - [Multiple Excel sheets](#multiple-excel-sheets)
23
- - [Limitation: nested arrays](#limitation-nested-arrays)
24
- - [Nested object values](#nested-object-values)
25
- - [Caveat: PowerShell, CMD.exe](#caveat-powershell-cmdexe)
26
- - [Nested objects explained](#nested-objects-explained)
27
- - [Limitation: whole object retrieval](#limitation-whole-object-retrieval)
28
- - [Nested arrays](#nested-arrays)
29
- - [JSON operators](#json-operators)
30
- - [REGEXP](#regexp)
31
- - [Standard Library](#standard-library)
32
- - [Output column order](#output-column-order)
33
- - [Dumping inferred schema](#dumping-inferred-schema)
34
- - [Caching](#caching)
35
- - [Interactive REPL](#interactive-repl)
36
- - [Converting numbers in CSV and TSV files](#converting-numbers-in-csv-and-tsv-files)
37
- - [Supported Data Types](#supported-data-types)
38
- - [Engine](#engine)
39
- - [Comparisons](#comparisons)
40
- - [Benchmark](#benchmark)
41
- - [Notes](#notes)
42
- - [Third-party integrations](#third-party-integrations)
43
- - [Community](#community)
44
- - [How can I help?](#how-can-i-help)
45
- - [License](#license)
46
-
47
- <!-- markdown-toc end -->
48
-
7
+ - [ About] ( #about )
8
+ - [ Install] ( #install )
9
+ - [ macOS Homebrew] ( #macos-homebrew )
10
+ - [ Binaries on macOS, Linux, WSL] ( #binaries-on-macos-linux-wsl )
11
+ - [ Binaries on Windows (not WSL)] ( #binaries-on-windows-not-wsl )
12
+ - [ Build and install from source] ( #build-and-install-from-source )
13
+ - [ Usage] ( #usage )
14
+ - [ Pretty print] ( #pretty-print )
15
+ - [ Piping data to dsq] ( #piping-data-to-dsq )
16
+ - [ Multiple files and joins] ( #multiple-files-and-joins )
17
+ - [ Transforming data to JSON without querying] ( #transforming-data-to-json-without-querying )
18
+ - [ Array of objects nested within an object] ( #array-of-objects-nested-within-an-object )
19
+ - [ Multiple Excel sheets] ( #multiple-excel-sheets )
20
+ - [ Limitation: nested arrays] ( #limitation-nested-arrays )
21
+ - [ Nested object values] ( #nested-object-values )
22
+ - [ Caveat: PowerShell, CMD.exe] ( #caveat-powershell-cmdexe )
23
+ - [ Nested objects explained] ( #nested-objects-explained )
24
+ - [ Limitation: whole object retrieval] ( #limitation-whole-object-retrieval )
25
+ - [ Nested arrays] ( #nested-arrays )
26
+ - [ JSON operators] ( #json-operators )
27
+ - [ REGEXP] ( #regexp )
28
+ - [ Standard Library] ( #standard-library )
29
+ - [ Output column order] ( #output-column-order )
30
+ - [ Dumping inferred schema] ( #dumping-inferred-schema )
31
+ - [ Caching] ( #caching )
32
+ - [ Interactive REPL] ( #interactive-repl )
33
+ - [ Converting numbers in CSV and TSV files] ( #converting-numbers-in-csv-and-tsv-files )
34
+ - [ Supported Data Types] ( #supported-data-types )
35
+ - [ Engine] ( #engine )
36
+ - [ Comparisons] ( #comparisons )
37
+ - [ Benchmark] ( #benchmark )
38
+ - [ Notes] ( #notes )
39
+ - [ Third-party integrations] ( #third-party-integrations )
40
+ - [ Community] ( #community )
41
+ - [ How can I help?] ( #how-can-i-help )
42
+ - [ License] ( #license )
49
43
50
44
## About
51
45
0 commit comments