Skip to content
Snippets Groups Projects
Commit 74d0a4ef authored by Ben Adida's avatar Ben Adida
Browse files

fixed CSV example text to be clear about unique ID, closes #45

parent ae98568b
Branches
No related tags found
No related merge requests found
...@@ -8,11 +8,18 @@ ...@@ -8,11 +8,18 @@
If you would like to specify your list of voters by name and email address,<br /> If you would like to specify your list of voters by name and email address,<br />
you can bulk upload a list of such voters here.<br /><br /> you can bulk upload a list of such voters here.<br /><br />
Please prepare a text file of comma-separated values, as follows: Please prepare a text file of comma-separated values with the fields:
</p>
<pre>
&lt;unique_id&gt;,&lt;email&gt,&lt;full name&gt;
</pre>
<p>
For example:
</p> </p>
<pre> <pre>
benadida,ben@adida.net,Ben Adida benadida,ben@adida.net,Ben Adida
bob,bob@acme.org,Bob Acme bobsmith,bob@acme.org,Bob Smith
... ...
</pre> </pre>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment