Data Resource specification: Support wildcards for multiple files #1057
NeroBlackstone
started this conversation in
Ideas
Replies: 1 comment
-
Having to enumerate all files can be cumbersome in some edge cases but doable. In particular it ensures that every file is referenced. Wildcards on the other hand may reference any number of files from zero to thousands and there is no easy way whether and which files are referenced at all. For this reason wildcards would go against the original purpose of the specification. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that in the current Data Resource specification, we must explicitly specify the names of multiple files.
However, suppose we have an image dataset, and there are many image files
1.jpg
,2,jpg
, ...1000.jpg
, according to the existing specification, do we need to fully enumerate these files.Can we provide a wildcard
*.jpg
to point to all these files? I did not find such a proposalBeta Was this translation helpful? Give feedback.
All reactions