Skip to content

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

Open
@megin1989

Description

@megin1989

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions