Improve error message when a dataset file does not match the schema
acknowledged
D
Diverse Thrush
Pipelines with a schema can implement restrictions on the format of an input file; for example, they might restrict filenames to not contain spaces and be in csv format.
Currently, when a file is uploaded as a dataset and then browsed within the Launchform, but does not adhere to the schema validation, it is greyed out. A blue box is shown with a hint such as
``
The selected file must match the pattern specified in the pipeline schema: ^\S+\.csv$
``For users unfamiliar with regex's this is hard to parse and act on. Having a more intuitive message would improve the experience for non-computational users.
Rob Newman
acknowledged