You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
Software versions
Briefcase v1.17.4,
openjdk 11.0.7 2020-04-14
OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-3ubuntu1)
OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-3ubuntu1, mixed mode, sharing)
Problem description
The export hangs forever when trying to export a form pulled from "Collect Directory" when form has "illegal characters".
Steps to reproduce the problem
Pull from a "Collect Directory" of a form that has illegal characters (for instance hyphens) as title and try to export it.
Expected behavior
Export succeed
Other information
I think this issue is caused by PR #803.
When pulling from directory, illegal characters of the form name are replace by '_'.
briefcase/src/org/opendatakit/aggregate/parser/BaseFormParserForJavaRosa.java
Line 520 in 52c8678
But then when exporting, since JavaRosa is not used, those are not replaced. This leads to the form not being found on fetch:
briefcase/src/org/opendatakit/briefcase/ui/export/ExportPanel.java
Line 198 in f7bc502
The text was updated successfully, but these errors were encountered: