Skip to main content

Here is the SQL query that I use in SSMS that gets me the XY but I have not been able to translate the query into FME to get the same results.

"select RiserObjectID, Premise, GEOM.STX as X, GEOM.STY as Y from RiserPrem_NAD27"

csmapreprojector:change destination coordinate system value --> attributecreator:new attribute 'X', attribute value '@XValue()'; new attribute 'Y', attribute value '@YValue()'


Thanks, this will work.


Reply