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

Import sets properties to "null" if a row is missing data #1378

Closed
sleidig opened this issue Jul 19, 2022 · 1 comment
Closed

Import sets properties to "null" if a row is missing data #1378

sleidig opened this issue Jul 19, 2022 · 1 comment
Milestone

Comments

@sleidig
Copy link
Member

sleidig commented Jul 19, 2022

Describe the bug
The import UI works well if all rows have data for all mapped columns, if one row is missing details (e.g. the "gender" column being empty for that person), the document in the Aam database ends up with that property explicitly set to "null". That screws up some of our filters and displays like dashboard widgets.

Example db doc:

  "dateOfBirth": "2007-10-23",
  "name": "John Doe,
  "gender": null,

The expected doc after import should probably simply not include the "gender" property.

@sleidig
Copy link
Member Author

sleidig commented Jul 24, 2023

with the re-implementation #1916 this problem has been implicitly resolved

@sleidig sleidig closed this as completed Jul 24, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in All Tasks & Issues Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant