Hi,
I am reading in a DGN TIN and then using a GeometryCoercer transformer to convert the data to fme_polygon. I am then outputting the polygons to a Shapefile writer.
However the incoming dataset is so large that it is failing to write out completely to shapefile due to shapefile's size limit of 2GB.
Is there any transformer I can use that will somehow compress the data so that I can write it to shapefile (I need shapefile and can't use any other output format)?
I am using FME 2017.1 64 Bit
Thank you in advance.