Hello Experts,
I have single column showing decimal latitude and longitude of some points and they are separated by commas. This column has multiple no of rows but the no of digits after the decimal for each entry is not static. I would like to have code that will read the latitude and longitude separately for upto 5 decimal points and place them in two separate columns for each row entry.
So i have:
[TABLE="width: 500"]
<tbody>[TR]
[TD]54.9208946686,-1.74049906
[/TD]
[/TR]
[TR]
[TD]54.919392,-174418236
[/TD]
[/TR]
[TR]
[TD]54.89470,-1.5778952
[/TD]
[/TR]
[TR]
[TD]54.9547455,-1.737341
[/TD]
[/TR]
</tbody>[/TABLE]
May thanks in advance.
Regards
Syed
I have single column showing decimal latitude and longitude of some points and they are separated by commas. This column has multiple no of rows but the no of digits after the decimal for each entry is not static. I would like to have code that will read the latitude and longitude separately for upto 5 decimal points and place them in two separate columns for each row entry.
So i have:
[TABLE="width: 500"]
<tbody>[TR]
[TD]54.9208946686,-1.74049906
[/TD]
[/TR]
[TR]
[TD]54.919392,-174418236
[/TD]
[/TR]
[TR]
[TD]54.89470,-1.5778952
[/TD]
[/TR]
[TR]
[TD]54.9547455,-1.737341
[/TD]
[/TR]
</tbody>[/TABLE]
May thanks in advance.
Regards
Syed