I have a dataset containing different points. To insert them into my postGIS database I need to convert each point into multipoint (but each multipoint is only containing one point)
I may not change the geometry-type in postGIS, so I just need to store each point as a multipoint...
I already did some tests with the aggregator and geometrycoercer, but can't figure out how to change the geometry from point into multipoint.
maybe a bit of a silly question, but I just can't figure out how to do this :(
thanks for helping me!