For some reason the data that processed is not the same as viewed in the inspector. I am trying top process my data and store it in SQL server but for some reason about 200 records go missing both in the table that i have created and data inspector. Does anyone know why this could be happening and how can retrieve the missing records? Only 2074213 records are shown out of 274410?
Hi @vakansha,
What does the log file report? and could it be that the missing features are shown in another tab in the table view?
Yes, check the logfile like @itay says. One thing that comes to my mind (but it's hard to say whether this is the case if we don't see more of your workflow) is features that have no geometry (or no point geometry) for whatever reason. Warnings about that should appear in the logfile.
Yes, check the logfile like @itay says. One thing that comes to my mind (but it's hard to say whether this is the case if we don't see more of your workflow) is features that have no geometry (or no point geometry) for whatever reason. Warnings about that should appear in the logfile.
For some reason it was not showing in the inspector but it was able to write it to SQL server.I do not know why this happened maybe because of missing geometry. Thanks for you response.