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

Check if fields referenced in crosswalk actually exist #10

Open
ezwelty opened this issue Sep 25, 2024 · 0 comments
Open

Check if fields referenced in crosswalk actually exist #10

ezwelty opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ezwelty
Copy link
Owner

ezwelty commented Sep 25, 2024

Crosswalks will fail silently (return undefined) if the fields they reference are not actually present in the source dataset. This should actually be checked, perhaps as part of a small suite of sanity checks that can optionally be run on a Source object (like Source.validate, but slower and not run by default).

@ezwelty ezwelty added the enhancement New feature or request label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant