Question

How to extract Coordinates from XML

  • 31 October 2017
  • 2 replies
  • 4 views

Badge

Can someone give me a hand on the RegExpression to extract a bunch of coordinates from this XML table. The column they are stored in has a lot of other information in various formats.


2 replies

Userlevel 4
Badge +30

Hi @tlabs,

I created a example in your case.

I used the Transformer StringSearcher and configured the expression:

(^N[0-9]+:[0-9]+:[0-9]+.[0-9]+) (W[0-9]+:[0-9]+:[0-9]+.[0-9]+)

 

Thanks,

Danilo

Userlevel 2
Badge +17
The screenshot just shows a single pair of latitude and longitude. Where is the XML table?

 

 

Reply