Hi,
java -jar Production.jar --form_id --odk_username Admin --odk_password 12345 --export_directory C:\ODK --storage_directory C:\ODK --exclude_media_export true --export_filename CSVexport.csv --overwrite_csv_export --export_start_date 2015/07/14 --export_end_date 2015/07/14 --aggregate_url https://myapps.appspot.com
When exporting to csv using the ODK Briefcase CLI, is it possible to export weblinks in place of media files?
Also in using the above command - a csv is not exported but rather each record instance in its own directory.
Thanks.