Skip to main content

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.

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


The screenshot just shows a single pair of latitude and longitude. Where is the XML table?

 

 


Reply