diff options
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7d80852 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## v1.0.0b13 + +* New **check** command + +### Example: + +``` +datamaps check +``` + +Checks that the necessary auxiliary files are in place so that basic +functionality can take place. + +Checks for: + +* Documents/input/blank_template.xlsx +* Documents/input/datamap.csv + +Also carries out basic sanity checks on the datamap file, to ensure requisite +headers, number of fields, etc. |