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

Revisit Entity CSV export #801

Closed
ktuite opened this issue Mar 20, 2023 · 5 comments · Fixed by #862
Closed

Revisit Entity CSV export #801

ktuite opened this issue Mar 20, 2023 · 5 comments · Fixed by #862
Assignees
Labels
behavior verified Behavior has been manually verified entities Multiple Encounter workflows refactor

Comments

@ktuite
Copy link
Member

ktuite commented Mar 20, 2023

There's a version of this that exists already, but we should enhance it so it's more distinct from the csv form attachment entity export.

  • GET /v1/projects/:projectId/datasets/:name/entities.csv
  • Move this in the documentation from Download Dataset to Entity Export
  • Change it to export all the data present in the odata entity feed
    • Data + system data
@ktuite ktuite added refactor entities Multiple Encounter workflows labels Mar 20, 2023
@sadiqkhoja sadiqkhoja self-assigned this Apr 18, 2023
@sadiqkhoja
Copy link
Contributor

from #803:

Eventually test that it IS included in the entity export? Or can be included? In the same way deleted submissions can be included?

@sadiqkhoja
Copy link
Contributor

Add condition to filter out deleted entities

@matthew-white
Copy link
Member

I think the QA team should take a look at this one. @sadiqkhoja, would you mind adding a little more context for the QA team so that they know what's expected?

@sadiqkhoja
Copy link
Contributor

How to test this:

  • Export the Entity CSV from the Central by clicking Download N Entities
  • In the downloaded CSV file, you should see following columns with their correct values
    • __id
    • label
    • [user-define properties]
    • ...
    • __createdAt
    • __creatorId
    • __creatorName
    • __updates
    • __updatedAt

@dbemke
Copy link

dbemke commented May 25, 2023

Tested with success!

@dbemke dbemke added behavior verified Behavior has been manually verified and removed needs testing Needs manual testing labels May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
behavior verified Behavior has been manually verified entities Multiple Encounter workflows refactor
Projects
Status: ✅ done
Development

Successfully merging a pull request may close this issue.

4 participants