Notice that tab and semi-colon are now also valid for CSV import

This commit is contained in:
Yohan Boniface 2013-06-16 17:07:35 +02:00
parent 89d4e37931
commit 13872dfc1f

View file

@ -36,7 +36,7 @@
<div>
<h5>{% trans "CSV" %}</h5>
<div>
{% trans "Comma-separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat», «latitude», «lng», «long», «longitude» (at the end or the begining of the header, case insensitive). Also, column «title» or «name», «description» and «color» will be taken into account." %}
{% trans "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat», «latitude», «lng», «lon», «longitude» (at the end or the begining of the header, case insensitive). Also, column «title» or «name», «description» and «color» will be taken into account." %}
</div>
</div>
</fieldset>