A large number of companies use PostGIS to store their spatial data.
When KNIME reads a “geometry” column from PostGIS, it transforms it by default into a “string”.
Is it possible to create a node that transforms this field into a “geometry” of KNIME:
“PostGIS (string) to Geometry” ?
Similarly, at the end of the transformation process, in order to the correct “geometry” returns to the PostGIS DB and can be read by it, could the node “DB Writer” automatically convert the “geometry” column from KNIME into the “geometry” column of the DB (PostGIS in my example)?