-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove hardcoded specifics #4
Comments
In dwca_format_standard.py:
In dwca_data_shark.py:
In dwca_format_standard.py:
|
Introduces a mechanism for having alternate fields that will be chosen based on a configured prefix. This could be used to solve most (all?) similar issues. Part of #4
Introduces a mechanism for having alternate fields that will be chosen based on a configured prefix. This could be used to solve most (all?) similar issues. Part of #4
Introduces a mechanism for having alternate fields that will be chosen based on a configured prefix. This could be used to solve most (all?) similar issues. Part of #4
Remove the need for hard-coded fix. Part of #4
Hardcoded logic for specific values should be replaced (where possible) with general code working using specific data from yaml-files.
Examples:
The text was updated successfully, but these errors were encountered: