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

csvtk join does not allow duplicated column names #235

Closed
4 tasks
MostafaYA opened this issue Jul 23, 2023 · 1 comment
Closed
4 tasks

csvtk join does not allow duplicated column names #235

MostafaYA opened this issue Jul 23, 2023 · 1 comment
Labels

Comments

@MostafaYA
Copy link

Prerequisites

  • make sure you're are using the latest version by csvtk version
  • read the usage

Describe your issue

  • describe the problem
  • provide a reproducible example

Hi,
csvtk join does not allow duplicated column names as of version 0.26.0. This was ok in the previous version.

Input table below gives the error: [ERRO] duplicate colnames not allowed: Allele

Sample Scheme ST Allele Allele Allele Allele Allele Allele Allele
sample cdifficile 8 adk(1) atpA(1) dxr(2) glyA(6) recA(1) sodA(5) tpi(1)

Thank you

I'm grateful to users who have greatly helped to report bugs and suggested new features.

I may respond to issues or fix bugs quickly, but I usually implement new features periodically (two or more weeks).

@shenwei356
Copy link
Owner

Sorry for this bug. I've changed the logic: only selected columns cannot be duplicated now.

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

No branches or pull requests

2 participants