I have CSV file with x/y coordinates, text, text size, text angle. How can I convert is to a DWG file with text not points?
Page 1 / 1
Hi @gidolangen
I believe you can use the transformer VertexCreator to have points ( X and Y ) and after the LabelPointReplacer to create Labels from Points, like this image bellow:
At the end process you can use the transformer DWGStyler and configure some informations about the geometry text.
Thanks,
Danilo
Hi danilo_fme,
Thank you so, so very much. It did exactly what I needed.
Thanks,
Gido
Hi danilo_fme,
Thank you so, so very much. It did exactly what I needed.
Thanks,
Gido