-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add support for arrays of strings / plain lists #354
Comments
This should be possible. But, without properly getting my head stuck back into the code, its hard for me to estimate how much work this would be. |
@duncandewhurst actually, I think that this is already supported, you should use ";" as separator and the --schema argument |
Does that work for merging cells from separate sheets into the same string array? |
@duncandewhurst No, I don't think so. |
@duncandewhurst As a workaround, could you have a parties sheet, and then the other sheets have a dropdown from which users can select one of the parties? This is probably better anyway, to avoid conflicting data across sheets. |
I've taken a look into this, and I think it could be done in 2-3 days of my time. |
Thanks for the estimate @Bjwebb
Yes, but this was in the context of minimizing the number of sheets required to enter data to keep the template simple to understand and use. |
As noted in the docs, arrays of strings (plain lists) are not supported.
Adding support for these would be useful for collecting OCDS data in a spreadsheet, in particular for populating
parties/roles
field from multiple sheets.Example: Tenderer details entered in one sheet and suppliers details in another
Tenderers sheet
Suppliers sheet
Desired output
Would it be possible add this functionality?
The text was updated successfully, but these errors were encountered: