-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35236d8
commit b650a41
Showing
6 changed files
with
62 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Usage | |
``` | ||
Another cross-platform, efficient and practical CSV/TSV toolkit | ||
Version: 0.3.8 | ||
Version: 0.4.1 | ||
Author: Wei Shen <[email protected]> | ||
|
@@ -518,11 +518,6 @@ Usage: | |
csvtk rename2 [flags] | ||
Flags: | ||
-f, --fields string select only these fields. e.g -f 1,2 or -f columnA,columnB | ||
-F, --fuzzy-fields using fuzzy fileds, e.g. *name or id123* | ||
-i, --ignore-case ignore case | ||
-p, --pattern string search regular expression | ||
-r, --replacement string renamement. supporting capture variables. e.g. $1 represents the text of the first submatch. ATTENTION: use SINGLE quote NOT double quotes in *nix OS or use the \ escape character. | ||
``` | ||
|
||
|
@@ -563,10 +558,12 @@ Flags: | |
-f, --fields string select only these fields. e.g -f 1,2 or -f columnA,columnB (default "1") | ||
-F, --fuzzy-fields using fuzzy fileds, e.g. *name or id123* | ||
-i, --ignore-case ignore case | ||
-K, --keep-key keep the key as value when no value found for the key | ||
-k, --kv-file string tab-delimited key-value file for replacing key with value when using "{kv}" in -r (--replacement) | ||
-p, --pattern string search regular expression | ||
-r, --replacement string replacement. supporting capture variables. e.g. $1 represents the text of the first submatch. ATTENTION: use SINGLE quote NOT double quotes in *nix OS or use the \ escape character. | ||
``` | ||
|
||
Examples | ||
|
Submodule site
updated
from 215657 to 5e8afa