kobotoolbox / kpi

kpi is the (frontend) server for KoboToolbox. It includes an API for users to access data and manage their forms, question library, sharing settings, create reports, and export data.
https://www.kobotoolbox.org
GNU Affero General Public License v3.0
132 stars 179 forks source link

Set `root_node_name` so that <data> is the root instead of asset UID #2772

Open dorey opened 4 years ago

dorey commented 4 years ago

AssetSnapshot behaves as it should with root_node_name set to data but asset.to_xls_io does not set a root node name so it defaults to the id_string.

Needs to be fixed in conjunction with KC which receives the XLS.

jnm commented 4 years ago

I guess this would have to be done in a way that applies to new deployments only, not redeployments? https://github.com/kobotoolbox/kobocat/issues/222