You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Is there a feature in Data Curator or any similar tool to batch validate multiple CSV file sets against their schema?
Can I provide a list or array of CSV files to validate all at once?
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!
The text was updated successfully, but these errors were encountered:
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:
Questions:
Any guidance or tools to handle this workflow more efficiently would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: