We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fc178 commit 158723aCopy full SHA for 158723a
TODO.md
@@ -8,7 +8,10 @@
8
9
## Someday, Maybe
10
11
++ [ ] csvrows would output a range of rows (e.g. [2:] would be all rows but the first row)
12
+ [ ] csvcols -col option should not be a boolean, it should take a range like other csv cli
13
++ [ ] csvcols, csvrows should have a filter mechanism should provide a mechanism to filter by column or row
14
+ + using a prefix notation (e.g. '(and (eq (join (cols (colNo "Last Name") (colNo "First Name")) ", ") "Doiel, R. S.") (gt (cols 4) "2017-06-12"))')
15
+ [ ] a range should accept the word "all" as well as comma delimited list of rows and ranges
16
+ [ ] Add -uuid and -skip-header-row options constistantly to all csv tools
17
+ [ ] csvcols
0 commit comments