mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
pprint multi-char separator test cases, and doc updates
This commit is contained in:
parent
a690dacf15
commit
8d07ac50b5
2 changed files with 0 additions and 12 deletions
|
|
@ -6,12 +6,6 @@
|
|||
announcment</a>, by far the biggest asks were RFC-4180-compliant CSV, and
|
||||
packaging (Homebrew, <tt>.deb</tt>).
|
||||
|
||||
<li/> Miller’s record, field, and pair separators can be single
|
||||
characters (e.g. newline, comma, equals sign), optionally allowing repeats on
|
||||
input (e.g. multiple spaces treated as one). Multi-character separator strings
|
||||
(e.g. double-linefeed) are supported on input and output for CSV, and on output
|
||||
for other formats. This is a work in progress.
|
||||
|
||||
<li/> String-oriented functions such as <tt>sub</tt>, and Miller’s
|
||||
<tt>filter</tt>, could be made far more powerful if a regular-expression
|
||||
library were included. Additionally, allowing <tt>RS</tt>, <tt>FS</tt>, and/or
|
||||
|
|
|
|||
|
|
@ -101,12 +101,6 @@ Miller commands were run with pretty-print-tabular output format.
|
|||
announcment</a>, by far the biggest asks were RFC-4180-compliant CSV, and
|
||||
packaging (Homebrew, <tt>.deb</tt>).
|
||||
|
||||
<li/> Miller’s record, field, and pair separators can be single
|
||||
characters (e.g. newline, comma, equals sign), optionally allowing repeats on
|
||||
input (e.g. multiple spaces treated as one). Multi-character separator strings
|
||||
(e.g. double-linefeed) are supported on input and output for CSV, and on output
|
||||
for other formats. This is a work in progress.
|
||||
|
||||
<li/> String-oriented functions such as <tt>sub</tt>, and Miller’s
|
||||
<tt>filter</tt>, could be made far more powerful if a regular-expression
|
||||
library were included. Additionally, allowing <tt>RS</tt>, <tt>FS</tt>, and/or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue