Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain better what happens with geometry column #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/content/carto-user-manual/data-explorer/importing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ This method allows you to enter a supported URL file. To import a remote URL, se
### Supported formats
Currently, the import of CSV, GeoJSON, GeoPackage, KML, KMZ, TAB and Shapefiles (in a zip package) is supported. The size limit for a single import process is 512MB. Please [get in touch](mailto:[email protected]) with us if you need a higher limit.

For CSV files, CARTO will try and autodetect the geometry column or create the geometries from latitude/longitude columns. The supported column names are:
When importing CSV files, CARTO will try to autodetect the geometry column or create the geometries from latitude/longitude columns. Once the geometry column has been created, the column name is kept as geom. The supported column names are:
* For *geometry*: `geom,Geom,geometry,the_geom,wkt,wkb`
* For *latitude*: `latitude,lat,Latitude`
* For *longitude*: `longitude,lon,Lon,Longitude,lng,Lng`
Expand All @@ -94,4 +94,4 @@ If you click the *Delete* quick action, a dialog will appear allowing you to con

![Data Explorer dialog delete table](/img/cloud-native-workspace/data-explorer/de_the_delete_table.png)

<!-- ![Data Explorer dialog delete table](/img/cloud-native-workspace/data-explorer/de_delete_table.png) -->
<!-- ![Data Explorer dialog delete table](/img/cloud-native-workspace/data-explorer/de_delete_table.png) -->