{% extends 'cubane/backend/base.html' %} {% load form_tags %} {% block content %}

You are about to upload a data file as a Comma-Seperated-Values (CSV) file.

Please choose the encoding the CSV file is encoded in. The encoding may depend on your operating system and the region of the world you live in. Most software packages, like Microsoft Excel will allow you to specify a specific encoding when export data as a CSV file.

Please find below some examples based on Western Europe:

{% include 'cubane/backend/includes/encodings.html' %} {% include 'cubane/backend/form/form_fields.html' with fields='csvfile, encoding' %}
{% endblock %}