Skip to content
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

Investigate discrepancies in questionnaires table #433

Closed
bjohare opened this issue Jul 13, 2016 · 1 comment
Closed

Investigate discrepancies in questionnaires table #433

bjohare opened this issue Jul 13, 2016 · 1 comment
Labels
Milestone

Comments

@bjohare
Copy link
Contributor

bjohare commented Jul 13, 2016

There are discrepancies in the questionnaires table in which some xform uploads get the form id_string and title set to the randomly generated filename, rather than the values defined in the xform itself:

           name           |              id_string               |                    title                     
--------------------------+--------------------------------------+----------------------------------------------
 bxn3348ex5m3difu6a498str | bxn3348ex5m3difu6a498str             | bxn3348ex5m3difu6a498str
 t6yr7ntesuwmyb6up4py3mhu | t6yr7ntesuwmyb6up4py3mhu             | t6yr7ntesuwmyb6up4py3mhu
 vmxm4gf7jzg842ke8qekbhsg | vmxm4gf7jzg842ke8qekbhsg             | vmxm4gf7jzg842ke8qekbhsg
 bzq9mrbrsxbw3h5sq6t32e5p | bzq9mrbrsxbw3h5sq6t32e5p             | bzq9mrbrsxbw3h5sq6t32e5p
 fqqhzqx8fkmt5gezpke4yjux | kosovo_survey_kcarevised             | Cadasta Platform - Kosovo Survey Training V1
 cszie2cvrp8qw5ppgd2d8aed | namati_feature_form                  | Namati Feature Template
 jz2zcqwg8rwmrgat93wqskak | uttaran_vulnerable_landowner_revised | kistowar_amtali
 fhvu3byykyn4u4daffyyvnp5 | fhvu3byykyn4u4daffyyvnp5             | fhvu3byykyn4u4daffyyvnp5
@bjohare bjohare added the bug label Jul 13, 2016
@wonderchook wonderchook added this to the Version 0.1 milestone Jul 14, 2016
@amplifi
Copy link
Contributor

amplifi commented Jul 14, 2016

This was a result of some forms having an empty top row on the 'Settings' tab. When the title and id_string were parsed as null, the file key was inserted instead. Resolved by updating forms to remove blank row.

@amplifi amplifi closed this as completed Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants