Skip to content

Commit 158723a

Browse files
committed
Quick Save
1 parent b1fc178 commit 158723a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TODO.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
## Someday, Maybe
1010

11+
+ [ ] csvrows would output a range of rows (e.g. [2:] would be all rows but the first row)
1112
+ [ ] 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"))')
1215
+ [ ] a range should accept the word "all" as well as comma delimited list of rows and ranges
1316
+ [ ] Add -uuid and -skip-header-row options constistantly to all csv tools
1417
+ [ ] csvcols

0 commit comments

Comments
 (0)