framework
                                
                                 framework copied to clipboard
                                
                                    framework copied to clipboard
                            
                            
                            
                        How to Validate Multiple Sets of CSV Files Simultaneously with JSON Schema?
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!