-
Notifications
You must be signed in to change notification settings - Fork 7
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
Handle duplicate columns in spreadsheet upload #303
Comments
Looking at this I want to modify all code that uses All downstream code should then skip past the header row and use the previously processed information for column headers. This will include checking the parsed headers to get the index of the column to find the needed data. |
Thinking of having an object that contains
|
Tasks:
|
If the user has 2 columns with the same name we should handle that. Perhaps just prefix each column number with its index. If we do this we should update the web pages to tell the user that is what they are seeing.
The text was updated successfully, but these errors were encountered: