Execution
By default, the script does a “dry run.” To execute the script and
override the main CSV file (data/research_themes.csv), include the
execute argument
(admin1) $ python requiam_csv/script_run --execute
Workflow
The recommended workflow to commit changes on the main CSV file is as follows:
First, switch to
developbranch:git checkout developConduct a dry run execution
Compare the two CSV files: ‘data/research_themes.csv’ and ‘data/dry_run.csv’
If the changes are what you expect, conduct the full execution
Update the version number in README.md,
__init__.py, and setup.pyPerform a
git addandgit commitfor ‘data/research_themes.csv’ and the above files todevelopCreate a pull request here
Update your local git repository with
git pull --all