Geospatial analytics

The ST_GeomFromGeoJSON function has a new ignore_errors parameter.

ST_GeomFromGeoJSON ignore_errors parameter

The ST_GeomFromGeoJSON function has a new ignore_errors parameter. When set to true, it returns a NULL if the input GeoJSON fails to parse.

Use this setting when you are loading data that might contain faulty GeoJSON values. You can fill any faulty value's GEOMETRY column with NULL, and continue loading records.

For details, see ST_GeomFromGeoJSON.