{% load url from future %}
CSV must have the following column names to be processed properly:
Indicator, Type, Campaign, Campaign Confidence, Confidence, Impact, Bucket List
In the raw CSV, separate multiple bucket list values with commas and surrounded
by quotes (e.g. "value1,value2,value3").
Note some programs/libraries (e.g. Excel) will automatically
put in quotes for you when you use commas or other special
characters, and so you should not add quotes yourself.
If you are unsure then inspect the raw CSV file before uploading
otherwise you may end up with unanticipated quote characters in your results.