Â
Â
I have a column containing the coordinates information such as:Â
54960000.0 643600000.63 0.0Â
....Â
Â
I am wondering to know if there is any way to extract the first four integers for the X and Y values.Â
At the end, I need to have the value like "5496,6436"Â
Â
One possibility is for example using attributesplitter. But Is it also possible to use stringreplacer doing it only in one step?Â
Â
Thank you,Â
Mani