This commit is contained in:
John Kerl 2022-03-15 07:53:41 -04:00
parent f1b00452c5
commit d987d890fa
17 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1 @@
mlr --itsvlite --odkvp cat ${CASEDIR}/input.tsv

View file

@ -0,0 +1 @@
a=1\t2,b=c:\foo\bar,c=xyz

View file

@ -0,0 +1,2 @@
a b c
1\t2 c:\foo\bar xyz
1 a b c
2 1\t2 c:\foo\bar xyz

View file

@ -0,0 +1 @@
mlr --itsv --odkvp cat ${CASEDIR}/input.tsv

View file

@ -0,0 +1 @@
a=1 2,b=c:\foo\bar,c=xyz

View file

@ -0,0 +1,2 @@
a b c
1\t2 c:\foo\bar xyz
1 a b c
2 1\t2 c:\foo\bar xyz

View file

@ -0,0 +1 @@
mlr --tsvlite cat ${CASEDIR}/input.tsv

View file

@ -0,0 +1,2 @@
a b c
1\t2 c:\foo\bar xyz

View file

@ -0,0 +1,2 @@
a b c
1\t2 c:\foo\bar xyz
1 a b c
2 1\t2 c:\foo\bar xyz

View file

@ -0,0 +1 @@
mlr --tsv cat ${CASEDIR}/input.tsv

View file

@ -0,0 +1,2 @@
a b c
1\t2 c:\\foo\\bar xyz

View file

@ -0,0 +1,2 @@
a b c
1\t2 c:\foo\bar xyz
1 a b c
2 1\t2 c:\foo\bar xyz

View file

@ -2,9 +2,11 @@
* 404 -- what broke?
https://github.com/johnkerl/miller/pull/757/files
* https://github.com/johnkerl/miller/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-documentation
* https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/
RELEASES
* 6.2.0 plan:
! #982 ., etc
! extended field accessors for #763 and #948 (positional & json.nested)
! strict mode
! awk-like exit
@ -18,6 +20,8 @@ RELEASES
? #908 inferencing options
? gogll
k --tsvlite
================================================================
FEATURES