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

[FEATURE] auto-rename columns #769

Open
1 of 2 tasks
andrisi opened this issue Jan 25, 2022 · 0 comments
Open
1 of 2 tasks

[FEATURE] auto-rename columns #769

andrisi opened this issue Jan 25, 2022 · 0 comments
Assignees

Comments

@andrisi
Copy link

andrisi commented Jan 25, 2022

Parsing or Formatting?

  • Formatting
  • Parsing

Describe the solution you'd like
When a file has multiple columns with the same name, you could rename them automatically, perhaps adding a number, so for example with 3 "name" columns, we'd have "name 1", "name 2", "name 3" in the output.

Describe alternatives you've considered
Of course I can do it by reading the first line with the headers and adding a headers[g array with the new names.

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

No branches or pull requests

3 participants