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

Add validation of ISO 8601 date stings #790

Open
mjordan opened this issue May 29, 2024 · 0 comments
Open

Add validation of ISO 8601 date stings #790

mjordan opened this issue May 29, 2024 · 0 comments
Labels
Input data validation CSV and file input data validation / reduction of potential for data error

Comments

@mjordan
Copy link
Owner

mjordan commented May 29, 2024

Workbench allows populating "timestamp" fields with values like 2024-08-12T00:00:00Z, but currently such strings are not validated in any way. We should add this validation so it is similar to other field values validation, e.g. during --check. Wouldn't hurt to apply similar validation to "date" type fields.

@mjordan mjordan added the Input data validation CSV and file input data validation / reduction of potential for data error label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Input data validation CSV and file input data validation / reduction of potential for data error
Projects
None yet
Development

No branches or pull requests

1 participant