Saturday, 17 February 2018

carto - Overwrite a table in CartoDB


I need to overwrite a table in CartoDB using the Import API, but the system instead of overwriting the table, it creates another one with the same name and attaches an id auto-generated.


For instance:


The table stored in CartoDB is named coordinates.


When I overwrite the table, it creates a table named coordinates_1 for instance.


Is it possible to overwrite the same table with different data?




No comments:

Post a Comment