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

export with remove group names ignored with CLI #843

Closed aurdipas closed 4 years ago

aurdipas commented 4 years ago

Software versions

Briefcase v1.17.1, Java v1.8.0_202, operating system Windows 10 Enterprise

Problem description

After pull. If I export via CLI with option --remove_group_names then the export has still group names. If I run the export via the UI all works corrrectly.

Steps to reproduce the problem

java -jar pathToBriefcase\ODK-Briefcase-v1.17.1.jar --remove_group_names --split_select_multiples --smart_append --form_id myform --storage_directory ODK Briefcase StorageDir --export_directory myexportdirectory --export_filename myexport.csv

Expected behavior

The group names should be not in the export

Other information

It works with Briefcase v1.17.0 and with the UI of Briefcase v1.17.1

ggalmazor commented 4 years ago

Closing issue, since the command should include -e in order to use the feature.