-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] customized suffixes or prefixes in join command #263
Comments
Please show some simple examples. |
Sorry for my ambiguous explanation above. Below are some simple examples: Suppose there are two files named phones.csv and region.csv (the same examples as join command)
When joinning them, adding
If there is a new option, eg:
Now A and B are added to the new columns, which is more readable than previous outputs because it is highly customizable without modifying the filename. The option ( |
Added:
|
Thank you for your prompt reply and modifications to csvtk! I have great respect for that! |
Hi, Wei,
thanks for your great work on csvtk! It is a really great software that I use it everyday!
I am wondering if there is a new option which can provide customized suffixes or prefixes when using
join
to merge two files. I know--prefix-filename
and--prefix-trim-ext
can add each filename as a prefix to each colname, but in some instances my file may contain a long string, which may not be proper if there are added to new columns (these columns are too long to read or distinguish). In such case, I only want to add two distinct strings(labels) to the combined (merged) columns.That will be great if an option which can supply customized suffixes or prefixes is added.
Thanks again for your great work!
The text was updated successfully, but these errors were encountered: