Tags: mandric/medic-bulk-utils
Tags
added places support to import script. added import-contacts project template. Removed the `-t` flag because type is required, made it a command line parameter. Replaced `-i` option with `-c` option. This allows you to specify which columns get imported and optionally map those columns to property names using a colon character. Added `places-update` type, this allows you to do updates on places. Mainly this is useful when setting the contact/person on a place, an extra request is needed to define that relation because it's circular. Moved validation call into row handler. Made place uuid a flag option since it's not required. Added -w option to set wait value between requests. Include row number on some errors. Added `imported_date` field to import script. Issue medic#8 Issue: medic/cht-core#2568