Skip to main content

The error i received is

imageimage

The error message states that there's one or more features without a coordinate system being written and the AGOL writer does not like that.

 

If you know what coordinate system your data is in you can use a CoordinateSystemSetter to specify that.


You are right, i placed a coordinate system to the excel file and it works perfectly, although its a little strange to assign a coordinate system for table, however, it works 😃

thanks alot


You are right, i placed a coordinate system to the excel file and it works perfectly, although its a little strange to assign a coordinate system for table, however, it works 😃

thanks alot

It does make sense actually. Excel is a non-geographic format. The coordinates stored there are just meaningless numbers. But when you want to perform spatial analysis on it, or write to a geographic format, you do need to tell FME what those numbers mean.

Reply