mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 17:34:32 +02:00
Clarified documentation for convert recipes, refs #251
This commit is contained in:
parent
ec50e5eebc
commit
d83f624a31
1 changed files with 5 additions and 0 deletions
|
|
@ -986,6 +986,11 @@ 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 \
|
||||
'r.jsonsplit(value)'
|
||||
|
||||
To use any of the documented parameters, do this::
|
||||
|
||||
$ sqlite-utils convert my.db mytable mycolumn \
|
||||
'r.jsonsplit(value, delimiter=":")'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue