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

Error message:"Found duplicate column name", duplicates a re not allowed #89

Closed
maryhan01 opened this issue Sep 19, 2020 · 4 comments
Closed

Comments

@maryhan01
Copy link

Hi,

I have no idea how to solve this error.
When I just import source code file, I saw that above error message was popped.

In my source code file, it has only three columns that are "local code", "local code name", and "count".

measurement20200909temp.xlsx

@MaximMoinat
Copy link
Collaborator

Your columns D and E are recognised as data columns, even though they are empty. As their column names are both empty strings, it gives the reported duplicate.

Please delete the columns (or give them a unique temporary name) and import again.

@maryhan01
Copy link
Author

maryhan01 commented Sep 21, 2020 via email

@blootsvoets
Copy link
Collaborator

@MaximMoinat Perhaps a general improvement: should Usagi skip empty column names?

@MaximMoinat
Copy link
Collaborator

Indeed , I will put it in the backlog as a future enhancement

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

3 participants