framework icon indicating copy to clipboard operation
framework copied to clipboard

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

Open megin1989 opened this issue 10 months ago • 0 comments

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!

megin1989 avatar Dec 04 '24 09:12 megin1989