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

How to Validate Multiple Sets of CSV Files Simultaneously with JSON Schema? #1716

Open
megin1989 opened this issue Dec 4, 2024 · 0 comments

Comments

@megin1989
Copy link

I am working with multiple sets of CSV files, each requiring validation against a predefined JSON schema. Currently, I can only validate one set of files at a time by manually updating the file names in the JSON schema and then running the validation process.

Problem:

  • Manually changing file names in the JSON schema for each validation session is time-consuming.
  • I need a way to validate all sets of CSV files simultaneously without modifying the schema repeatedly.

Questions:

  1. Is there a feature in Data Curator or any similar tool to batch validate multiple CSV file sets against their schema?
  2. Can I provide a list or array of CSV files to validate all at once?
  3. Are there alternative approaches, such as using a script, to automate this process?

Any guidance or tools to handle this workflow more efficiently would be greatly appreciated. Thank you!

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