any idea what the best way to extract the xy location from this string would be?
{"type":"Point","coordinates":[-1.35507,52.83477]}
any idea what the best way to extract the xy location from this string would be?
{"type":"Point","coordinates":[-1.35507,52.83477]}
Best answer by davideagle
regex.fmw should sort you out. Use regex to grab the contents of the square brackets and then split the string in the usual way with the AttributeSplitter.
Hope that helps, Dave
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.