getodk / briefcase

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make billions of data points from ODK portable. Contribute and make the world a better place! ✨💼✨
https://docs.getodk.org/briefcase-intro
Other
60 stars 154 forks source link

Missing metadata #846

Closed cletusajibade closed 4 years ago

cletusajibade commented 4 years ago

Closes #818

What has been done to verify that this works as intended?

Pulling from Aggregate server through CLI

Why is this the best possible solution? Were any other approaches considered?

The initial approach tried didn't work. This solution now checks to make sure the parent directory exists before writing the metadata.json file.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

Change does not affect users.

Does this change require updates to documentation? If so, please file an issue at https://github.com/opendatakit/docs/issues/new and include the link below.

No

ggalmazor commented 4 years ago

Closing in favor of #840.