Skip to content

Add pattern matching feature for data variable and coordinate keys#23

Merged
leroyvn merged 2 commits intomainfrom
regex_match
Dec 29, 2025
Merged

Add pattern matching feature for data variable and coordinate keys#23
leroyvn merged 2 commits intomainfrom
regex_match

Conversation

@leroyvn
Copy link
Copy Markdown
Owner

@leroyvn leroyvn commented Dec 29, 2025

This PR adds a key pattern matching feature. Data variable and oordinate schema mapping keys are now separated into two categories:

  • exact keys require an exact match;
  • pattern keys, defined either with wildcards (for simple cases) or regex (for more advanced cases), can be used to validate multiple variables with a single rule.

This commit adds a key pattern matching feature. Data variable and
coordinate schema mapping keys are now separated into two categories:

* exact keys require an exact match;
* pattern keys, defined either with wildcards (for simple cases) or
  regex (for more advanced cases), can be used to validate match
  multiple variables with a single rule.
@leroyvn leroyvn merged commit 565e1bc into main Dec 29, 2025
11 checks passed
@leroyvn leroyvn deleted the regex_match branch December 29, 2025 23:14
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

Successfully merging this pull request may close these issues.

1 participant