Question

Convert excel csv x,y meter coordinates into dwg file format

  • 13 November 2017
  • 2 replies
  • 28 views

New to FME: need to convert excel csv x,y meter coordinates into dwg file format


2 replies

Userlevel 2
Badge +12

If you open the settings of the csv reader, you can set the datatype of the x and y attributes to x-coordinate and y-coordinate.

FME will automatically create a point geometry out of x and y in that case.

Then you can write the features with point geometry to a DWG writer.

Thank you for a quite clear answer; it seems simple, but as Im new to FME.... I'll try this path; it should resolve what I need.

Reply