mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-29 04:14:32 +02:00
Documentation for table.convert(...), refs #302
This commit is contained in:
parent
93114feefb
commit
4c3bf97305
4 changed files with 53 additions and 7 deletions
|
|
@ -975,7 +975,7 @@ Various built-in recipe functions are available for common operations. These are
|
|||
|
||||
These recipes can be used in the code passed to ``sqlite-utils convert`` like this::
|
||||
|
||||
$ sqlite-utils convert my.db mytable mycolumn \\
|
||||
$ sqlite-utils convert my.db mytable mycolumn \
|
||||
'r.jsonsplit(value, delimiter=":")'
|
||||
|
||||
.. _cli_convert_output:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue