I have just encountered a problem when moving data into a PostGIS database. It errs during the final bulk copy with "Dimension mismatch in lwcollection".
Apparently what this errors means, is that the collection feature itself has a different dimension (2D/3D) than one or more of its collection sub features.
The input data does not contain collections with mixed dimensions, so they must be generated in the workspace itself somehow.
If I add a 2DForcer just before the writer, the data is output as expected, but I naturally want to output 3D.
What caveats are present in what transformers that could possibly prompt the generation of mixed dimension collections ?
Cheers
Lars