Dear FME community.
I've to extract geometries from ORACLE SDO GEOMETRY for insert them into Postgis DataBase.
The geometries in Postgis must be with type 'MULTILINESTRING' but my ORACLE SDO GEOMETRY are in 'LINESTRING'.
I try this solutions :
In postgis : to make a trigger for transform geometries before integration with postgis function ST_Multi but that don't work.
In FME : to use GeometryCoercer but all geometries are untouched
In FME : to use GeometryRefiner without success
In ORACLE : to transform the source geometry but that doesn't works
Any idea ?