Skip to content

Commit a817367

Browse files
committed
Quick Save
1 parent 98bf6b0 commit a817367

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

TODO.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33

44
## Next
55

6-
+ [ ] utilities should use starting index of 1 instead of zero as humans refer to column 1 when intending to work on the first column
76
+ [ ] csvfind, csvjoin should have an inverted match operation
87
+ [ ] csv utilities to support integer ranges notation for columns and rows references, E.g. "1,3-4,7" or all
98

109
## Someday, Maybe
1110

11+
+ [ ] csvcols -col option should not be a boolean, it should take a range like other csv cli
12+
+ [ ] a range should accept the word "all" as well as comma delimited list of rows and ranges
13+
+ [ ] Add -uuid and -skip-header-row options constistantly to all csv tools
14+
+ [ ] csvcols
1215
+ [ ] unify the options vocabulary to work the same between each cli
1316
+ Need a common approach to column ranges in csvcols, csvfind, csvjoin
1417
+ csv2json, csv2mdtable, csv2xlsx should accept a column and row range option for output
@@ -27,6 +30,7 @@
2730

2831
## Completed
2932

33+
+ [x] utilities should use starting index of 1 instead of zero as humans refer to column 1 when intending to work on the first column
3034
+ [x] for all cli the -delimiter option should support special characters like \t, \n, \r
3135
+ [x] csvfind would accept CSV input from stdin and output rows with matching column values
3236
+ E.g. `cat file1.csv | csvfind -levenshtein -stop-words="the:a:of" -col=1 "This Red Book of West March"`

0 commit comments

Comments
 (0)