Question

placing a point from coordinates in csv

  • 15 August 2014
  • 2 replies
  • 2 views

Hey

 

 

i am trying to do a simple workspace of placinig a point at Lat & Long coordinates within a CSV file

 

 

if i inspect the data i can see the coordinates

 

 

 

but when i link in the VertexCreator transformer and put it to Lat and Long, i get a error that it cant find the data

 

 

 

 

 

i have done this a few time before on different sets of data, but i cant seem to work this one out!!

 

 

cheers for any help you guys can give, i am sure i am just missing something simple!

 

 

cheers

2 replies

Badge +3
"bar 08" seems to miss coordinatevalues. At line7 in your csv.

 

Vertexcreator requires non-empty attributes.
Userlevel 4
Hi,

 

 

also make sure that your system is using the same decimal separator as your CSV file.

 

 

If your CSV file contains "53.44" (point) but your system expects "53,44" (comma) it won't work. If that's the case, use a StringReplacer to set the correct decimal separator before your VertexCreator.

 

 

David

Reply