Lat/long data loaded in format
N 51.987878
E 00.654987
How do we transform this into usable Numeric fields?
- Use expression mid to trim the data and remove leading letters
- Use a programmed field to convert the data to a double or
- Use String | DCAST
Lat/long data loaded in format
N 51.987878
E 00.654987
How do we transform this into usable Numeric fields?