-
Notifications
You must be signed in to change notification settings - Fork 89
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
[Download CSV] "Other" multiple choice values appear as blank #2099
Comments
We should fix this upstream in the Android app (google/ground-android#2846). Once fixed, can we retroactively patch the db by looking for cases where field |
in any case, I think that a change should be done. Let's leave "Other: X" if the value exists, and just "Other" if the value is empty. in submission view and export csv. @gino-m wdyt? |
Yep, that was my suggestion. Does the deserializer give you an empty |
it gives back an empty object. in theory we should add a workaround in the deserializer but I think it is better to fix it android side. at the moment we have:
we should have
|
@rfontanarosa Yes, I was suggesting fixing it on the Android side, but trying to see where we could add a workaround web and export side in the meantime. If the TypeScript implementation returns an empty object only when there's an "Other" with no text, can we add a patch to interpret that as such? |
closed by #2102 |
These values appear blank in the exported data when no user text is specified.
Expected: "Other" or "Other: " (without <>).
@rfontanarosa
The text was updated successfully, but these errors were encountered: