briefcase icon indicating copy to clipboard operation
briefcase copied to clipboard

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! ✨💼✨

Results 84 briefcase issues
Sort by recently updated
recently updated
newest added

#### Software versions Aggregate v1.5 or greater #### Problem description Pushing submission media attachments fails with an HTTP 401 error when Aggregate is configured to use basic device authentication. ####...

bug
needs reproduction

It turns out that the truststore of OpenJDK variant of Java 10 complains when contacting AppEngine and Google Analytics services over HTTPS connections. This issue will track our findings aimed...

needs information

### Shebang on Linux/Mac The Linux/Mac output script must have a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) in order to be executable. We will use `/bin/sh` since it's the most consistently available option across Linux...

needs discussion

#### Software versions Briefcase v1.11.x, Java v1.8.x, operating system: ubuntu, macos and windows #### Problem description Instances are pulled few times and folders with numerical prefixes are created -2, -3...

With submission exports on Central, we're aiming to match the format of Briefcase exports. [It's been noted](https://github.com/opendatakit/central-backend/issues/156) that the directory structure that Central uses differs from Briefcase's, which made me...

We should sanitize files using the same algorithm. In Central we're using https://www.npmjs.com/package/sanitize-filename, which seems to be better tested and documented (and less restrictive without being unsafe) than the one...

needs discussion

This has been bothering me since the beginning :P - Main sources are at `src` - Main resources are at `res` - Test sources are at `test/src` - Test resources...

needs discussion

Related to [this forum post](https://forum.opendatakit.org/t/odk-briefcase-export-submissions-to-csv-error/15694/6) Related to issue #665 ### The problem - We start the audit file sequence on 2 and we check if there’s already an audit-2.csv file....

needs discussion

@kkrawczyk123 and I have discovered some inconsistency while checking #648 that we think we should discuss. #648 removed middle non-repeat groups from the keys that we use to link rows...

needs discussion

When uploading a binary file, Briefcase and Collect use file extensions and mime types of a fixed list fo files. Confirm that this list is the same in Briefcase, Collect,...

needs discussion