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

[Bug] Robustly detect sections and subsections for nested fields #16

Open
hlmore opened this issue Nov 21, 2024 · 0 comments
Open

[Bug] Robustly detect sections and subsections for nested fields #16

hlmore opened this issue Nov 21, 2024 · 0 comments

Comments

@hlmore
Copy link
Collaborator

hlmore commented Nov 21, 2024

Description:

Currently Beaverdam splits paths to fields using periods (.) as the delimiter. If a section or field name contains a period, it also gets split, making the path to he field incorrect.

Suggested steps to solve:

Use a less-normal character than . to split paths. Perhaps use / or \ like in filesystem paths, or set a sequence of characters as the delimiter instead.

Currently the code controlling splitting behaviour is line 181 in metadatasource.py.

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

No branches or pull requests

1 participant