-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement QB Writer Unit Tests #64
Comments
Some thoughts on _get_default_value_uri_for_code_list_concepts
|
robons
pushed a commit
that referenced
this issue
Jul 14, 2021
…that URIs are correctly inferred when outputting CSV-W.
robons
pushed a commit
that referenced
this issue
Jul 15, 2021
…that URIs are correctly inferred when outputting CSV-W.
robons
pushed a commit
that referenced
this issue
Jul 15, 2021
…whilst allowing users to override the `valueUrl` property.
Adding in a bit of work to this task:
|
robons
pushed a commit
that referenced
this issue
Jul 15, 2021
robons
added a commit
that referenced
this issue
Jul 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
_get_default_value_uri_for_code_list_concepts
- Ensure it generates appropriate defaultvalueUrl
for both dataset-local and global-level code lists._get_default_property_value_uris_for_column
- Ensure defaultpropertyUrl
andvalueUrl
values/templates are generated for{New/Existing}Qb{Dimension/Attribute}
,QbMultiUnits
,QbMultiMeasureDimension
andQbObservationValue
._define_csvw_column_for_qb_column
- Ensurecolumn.output_uri_template
overrides whateverdefaultValueUrl
is relevant for the component._generate_csvqb_column
- EnsureSuppressedCsvColumn
gets suppressed. Ensuretitles
/name
properties are set fromCsvColumn
input.The text was updated successfully, but these errors were encountered: