-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We will start with our minimal use case and add complexity as we go.
Let us use this descriptor.
The validator should:
- Access the descriptor using its URL
- Warn when the HTTP
content-typeis different fromapplication/csvm+json; charset=utf-8 - Determine that the
tableSchemais another resource and download it (warn again) - Access the CSV file using
url- this should be streamed, as it can be very large - Warn when the HTTP
content-typeis different fromtext/csv; charset=utf-8 - Read the CSV file header (first row) - this will be optional later
- Parse
tableSchema.columnsarray and verify presence ofrequiredcolumns indicated bytitles- this can be also an array in future, but start with a simple literal.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request