Skip to content

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make data from millions of ODK campaigns portable. Contribute and make the world a better place! ✨💼✨

License

Notifications You must be signed in to change notification settings

netrunnerX/briefcase

 
 

Repository files navigation

ODK Briefcase

Platform License Slack status

ODK Briefcase is a desktop application that can locally store survey results gathered with ODK Collect. It can also be used to make local copies and CSV exports of data from ODK Aggregate (or compatible servers) and push data to those servers.

ODK Briefcase is part of Open Data Kit (ODK), a free and open-source set of tools which help organizations author, field, and manage mobile data collection solutions. Learn more about the Open Data Kit project and its history here and read about example ODK deployments here.

Setting up your development environment

  1. Fork the briefcase project (why and how to fork)

  2. Clone your fork of the project locally. At the command line:

     git clone https://github.com/YOUR-GITHUB-USERNAME/briefcase
    

We recommend using IntelliJ IDEA for development. On the welcome screen, click "Import Project" and navigate to your briefcase folder. Select Create project from existing sources and select defaults through the wizard. Once the project is imported, right-click on the res folder, click on Mark Directory as, then select Resources Root.

The main class is org.opendatakit.briefcase.ui.MainBriefcaseWindow. This repository also contains code for three smaller utilities with the following main classes:

  • org.opendatakit.briefcase.ui.CharsetConverterDialog converts CSVs to UTF-8
  • org.opendatakit.briefcase.ui.MainClearBriefcasePreferencesWindow clears Briefcase preferences
  • org.opendatakit.briefcase.ui.MainFormUploaderWindow uploads blank forms to Aggregate instances

Contributing code

Any and all contributions to the project are welcome. ODK Briefcase is used across the world primarily by organizations with a social purpose so you can have real impact!

If you're ready to contribute code, see the contribution guide.

Downloading builds

Current and previous production builds can be found on the ODK website.

About

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make data from millions of ODK campaigns portable. Contribute and make the world a better place! ✨💼✨

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%