-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Spreadsheet template] Review structure and decide whether to omit fields or enforce 1:1 relationships #1
Comments
Thanks, I'll look through and share comments. |
Looks good. I don't think it's worth to strip out any tab; if some are not used, could those be removed by the user? |
Otherwise, happy to continue with this and descriptions will certainly help |
Yes, users can remove sheets. We can include instructions to that effect in the documentation.
Yes. However, the fields are ordered according to their order in the RDLS schema so we should fix the ordering there. That way, anything that we generate from the schema (such as the schema browser and reference tables in the RDLS documentation) will also have the desired ordering. I'll open an issue on the main RDLS repo.
It indicates that each row under that field path should be interpreted as an item in an array, e.g. under
Sounds good. It should be possible to order the sheets based on the order of the fields in the schema so we can tackle this at the same time as ordering the fields in the schema. |
Ah yes, the codelist validation in everything but the datasets worksheet was out of sync. I've fixed that in the updated version shared in #3 |
Closing since the sheets were reordered, field order will be addressed as part of GFDRR/rdl-standard#177, and the readme contains documentation on hiding unneeded sheets. |
@stufraser1 @matamadio I've generated a basic spreadsheet template using Flatten Tool so that you can get a sense of the scale and structure of a template which contains all the fields in the JSON schema and which permits one-to-many relationships for all arrays.
Please review it and let me know your thoughts on whether you want to omit any fields or enforce 1:1 relationships for any arrays.
This spreadsheet represents the basic Flatten Tool output and doesn't include any of the other features discussed in the scoping document (field metadata; data validation; formatting; worksheet grouping; ordering and colouring etc.)
The text was updated successfully, but these errors were encountered: