Skip to content
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

Option to specify fields by number #35

Open
maxharlow opened this issue May 13, 2015 · 1 comment
Open

Option to specify fields by number #35

maxharlow opened this issue May 13, 2015 · 1 comment

Comments

@maxharlow
Copy link

Some CSV files don't have headers, and it's somewhat awkward to add them just to use csvlink. So something like:

$ csvlink file1.csv file2.csv --field_numbers_1 3,4 --field_numbers_2 1,2

Would also be great to have the option of single-letter arguments to make everything more concise. Also the long argument names should probably use hyphens instead as in other Unix utilities.

@fgregg
Copy link
Contributor

fgregg commented May 23, 2015

I like both of these ideas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants