Skip to main content

I have selected ~50 records from a shapefile of ~5.5 million records using a column of unique reference numbers. The unique reference numbers are stored in a CSV. I have used FeatureJoiner to join the CSV and shapefile.

 

The resulting joined records have been correctly selected but the values in final two columns containing the X and Y coordinates have been altered when viewed in the visual preview.

 

Where in the workspace has the change taken place?

Can you provide some sample data and a sample workspace?


write to CSV and check, keep precision for decimal. Sometimes visual previews may show like this.

or you can change the field to text type, in the CSV file.


Reply