Skip to main content

Hello,

 

I am trying to save multipolygon .shp file to .wkt file. See attachment.

 

Is it possible to save the output of my workbench directly to the file with extension. wkt?

I noticed that .wkt Reader exist, but I cannot find Writer.

 

I know that I could save it to .txt, but it doesn't solve my problem because in the next step of the process I need to seed this file to external tool which reads only file with .wkt extension. I would like to avoid manual step of changing .txt file extension into .wkt as I would need to do it multiple times.

ogc_wkt

How about getting the WKT using the GeometryExtractor into the attribute text_line_data, then using the regular text file writer? It should be possible to set the output file extension there.


Reply