mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-31 11:41:33 +00:00
todo
This commit is contained in:
parent
e07bde014a
commit
60b3359568
1 changed files with 5 additions and 4 deletions
|
|
@ -2,12 +2,13 @@
|
|||
BUGFIXES
|
||||
|
||||
* segv:
|
||||
mlr --from segv.tsv --itsvlite --oxtab put 'o=splitnv($b, ":"); for (k,v in o) {$["b".k]=v}'
|
||||
mlr --from segv.tsv --itsvlite --oxtab put 'o=splitnv($b, ","); for (k,v in o) {$["b".k]=v}'
|
||||
mlr --from segv.tsv --itsvlite --oxtab put -q 'o=splitnv($b, ","); for (k,v in o) {emit mapsum($*, {"b":v})}'
|
||||
k mlr --from segv.tsv --itsvlite --oxtab put 'o=splitnv($b, ":"); for (k,v in o) {$["b".k]=v}'
|
||||
k mlr --from segv.tsv --itsvlite --oxtab put 'o=splitnv($b, ","); for (k,v in o) {$["b".k]=v}'
|
||||
k mlr --from segv.tsv --itsvlite --oxtab put -q 'o=splitnv($b, ","); for (k,v in o) {emit mapsum($*, {"b":v})}'
|
||||
mlr --from segv.tsv --itsvlite --oxtab put -q 'o=splitnv($b, ":"); for (k,v in o) {emit mapsum($*, {"b":v})}'
|
||||
mlr --from segv.tsv --itsvlite --oxtab put -q 'o=splitnv($b, ":"); for (k,v in o) {emit {k:v}}'
|
||||
|
||||
-> non-strings should be non-split (length-1 omap)
|
||||
* non-strings should be non-split (length-1 omap). or, coerced to string.
|
||||
|
||||
================================================================
|
||||
NON-RELEASE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue