Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jan 11, 2022
1 parent 5737a3a commit 5f38c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ Given a JSON file called ``dogs.json`` containing this:
The following command will insert that data and add an ``is_good`` column set to ``1`` for each dog::

$ sqlite-utils insert dogs.db dogs dogs.json --convert 'row["is_good"] = 1`
$ sqlite-utils insert dogs.db dogs dogs.json --convert 'row["is_good"] = 1'

The ``--convert`` option also works with the ``--csv``, ``--tsv`` and ``--nl`` insert options.

Expand Down

0 comments on commit 5f38c81

Please sign in to comment.