Skip to content

nasirali1/DataExporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataExporter

Build Status Codacy Badge

Overview

Data export tool for mCerebrum DataKit databases into JSON and CSV formats

Install

Download the latest DataExporter

Usage

DataKit.DB is generated by mCerebrum's DataKit implementation on the Android platform.

Examples

Get help on commandline arguments

usage: java -jar dataexporter.jar [-c] -d <file> [-g] [-h] [-j] [-p <URL>]
 -c,--csv               enable CSV file output
 -d,--database <file>   mCerebrum SQLite Database File
 -h,--help              print this message
 -j,--json              enable JSON file output
 -p,--publish <URL>     configure publishing to webservice

Publish DB to webservice

java -jar dataexporter.jar --database DataKit.db --publish https://server.md2k.org/api/

Dump DB in JSON format

java -jar dataexporter.jar --database DataKit.db --json

Dump DB in CSV format

java -jar dataexporter.jar --database DataKit.db --json

Dump DB in CSV and JSON formats

java -jar dataexporter.jar --database DataKit.db --json --csv

Compilation

git clone https://github.com/MD2Korg/DataExporter.git

MD2K recommends IntelliJ to build and evaluate this application.

Release History

  • 0.1.0 Initial release

Contributors

License

BSD 2-Clause

More information

Provide feedback or submit a bug report

http://docs.md2k.org/feedback

Support

MD2K is supported by the National Institutes of Health Big Data to Knowledge Initiative Grant #1U54EB020404

Team: Cornell Tech, GA Tech, U Memphis, Northwestern, Ohio State, Open mHealth, Rice, UCLA, UCSD, UCSF, U Mass, U Michigan, WVU

About

Data export tool for mCerebrum DataKit databases into JSON and CSV formats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%