-
Notifications
You must be signed in to change notification settings - Fork 91
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
Conversation
…aming If a worksheet name clash occurs, the variable analysis is not exported.
whiterabbit/src/main/java/org/ohdsi/whiteRabbit/scan/SourceDataScan.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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.
whiterabbit/src/main/java/org/ohdsi/whiteRabbit/scan/SourceDataScan.java
Outdated
Show resolved
Hide resolved
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. |
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.