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

Long table name error hotfix #162

Merged
merged 6 commits into from
Aug 13, 2019
Merged

Long table name error hotfix #162

merged 6 commits into from
Aug 13, 2019

Conversation

MaximMoinat
Copy link
Collaborator

Solution for issues #14 and #113, where long table names causes errors in WR scans.

This fix prevents RiaH from crashing by skipping the second table when a tab name clash occurs. It presents user with a warning when this happens.

Maxim Moinat added 2 commits July 30, 2019 15:03
…aming

If a worksheet name clash occurs, the variable analysis is not exported.
Copy link
Collaborator

@blootsvoets blootsvoets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Small comment.

@MaximMoinat
Copy link
Collaborator Author

MaximMoinat commented Jul 31, 2019

One thing that is mentioned in #113 is to remove the '.csv.' extension from filenames. While I think this is in general useful, it could create clashes in file name uniqueness (e.g. same filename, but with .csv and .txt extension). This then again creates similar problems with RiaH not being able to find the field values.
@schuemie Is this a real issue and have you considered this?

@MaximMoinat MaximMoinat merged commit 2a0c847 into master Aug 13, 2019
@MaximMoinat MaximMoinat mentioned this pull request Aug 13, 2019
@MaximMoinat MaximMoinat deleted the sheet-name-hotfix branch August 19, 2019 09:13
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.

3 participants