I have recieved some XY Data that does not seem to be correct as there are 7 digits for my X coordinate and 9 digits for my Y. I would like to add a decimal after the 6 digit for the X and at the 7th digit for my Y.
Thoughts?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
also remember that you can freely treat your numbers as strings in FME, so you can also use the StringConcatenator, etc to add digits at the end or the SubstringExtrator to split up any digit for further manipulation.