Notice that tab and semi-colon are now also valid for CSV import
This commit is contained in:
parent
89d4e37931
commit
13872dfc1f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
<div>
|
<div>
|
||||||
<h5>{% trans "CSV" %}</h5>
|
<h5>{% trans "CSV" %}</h5>
|
||||||
<div>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in a new issue