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 using Data Curator to validate multiple CSV files against a predefined JSON schema. The schema includes the paths to the CSV files. However, I frequently need to update the file paths in the schema because the CSV file names or locations change often.
Problem:
Manually updating the path in the JSON schema for each CSV file every time the file name or location changes is time-consuming.
I want to automate or dynamically set the paths for the CSV files without modifying the JSON schema repeatedly.
Questions:
Is there a way in Data Curator to override or dynamically set the file paths in the JSON schema when validating?
Can I use relative paths, variables, or placeholders in the schema for flexibility?
Are there best practices or tools to handle this scenario more efficiently?
Any advice or examples would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
I am using Data Curator to validate multiple CSV files against a predefined JSON schema. The schema includes the paths to the CSV files. However, I frequently need to update the file paths in the schema because the CSV file names or locations change often.
Problem:
path
in the JSON schema for each CSV file every time the file name or location changes is time-consuming.Questions:
Any advice or examples would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: