0.3.0 • Published 7 years ago

medic-import v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Overview

Medic Import is a set of NodeJS tools to help you import your data into Medic Mobile. Importing is a two step process, first format and prepare your raw data then import it.

The following command line tools are installed with this package:

Getting Started

A new import project typically begins with a spreadsheet of raw data that you want to import. This might be an export from a database or maintained some other way.

Create a directory for your project:

mkdir medic-projects-493

Create your package.json:

{
  "name": "medic-projects-493",
  "dependencies": {
    "medic-import": "latest"
  }
}

Install the dependencies:

npm install

Project Templates

Medic Import is bundled with a set of project templates for common import tasks. This is a good starting point for your projects. You can just copy and modify these files in your working directory to get started. Each project template also includes a Makefile so after installing you can execute make to run the example.

Example:

cp node_modules/medic-import/project-templates/import-users/* .
make

Related Data

Related data should always be created first.

0.3.0

7 years ago

0.2.0

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago