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

Add a new rename command to change the headers #223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kerollmops
Copy link

I see that I many times need to rename the headers of a CSV. I know this can be done by editing the first line but that is not possible when you read it from a compressed file or when the file is really big it can make your computer burn :)

This is an easy to use and implement approach, I didn't wanted to shadow the functionnalities of the select command and didn't allowed the user to change the order of the headers fields. Also it doesn't support modifying the names of only some of the headers.

What do you think about this PR?

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

Successfully merging this pull request may close these issues.

None yet

1 participant