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

950 fix #994

Merged
merged 5 commits into from
Apr 29, 2021
Merged

950 fix #994

merged 5 commits into from
Apr 29, 2021

Conversation

georgeDaskalakis
Copy link
Contributor

closes #950

@georgeDaskalakis georgeDaskalakis added the Importer-Redesign Redesign of observed data import label Apr 29, 2021
@georgeDaskalakis georgeDaskalakis self-assigned this Apr 29, 2021
@@ -157,7 +157,7 @@ private void ImportSheetsFromDataPresenter(object sender, ImportSheetsEventArgs
_configuration.LoadedSheets.AddRange(args.Sheets.Keys);
_configuration.FilterString = args.Filter;
}
catch (Exception e) when (e is NanException || e is ErrorUnitException)
catch (Exception e) when (e is NanException || e is ErrorUnitException || e is MissingColumnException)
Copy link
Member

Choose a reason for hiding this comment

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

neat. Did not know that this was a thing. TIL when

@msevestre msevestre merged commit 4ec6c50 into develop Apr 29, 2021
@msevestre msevestre deleted the 950-fix branch April 29, 2021 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Importer-Redesign Redesign of observed data import
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importer crashes if there is a missing mapped column
2 participants