Hello, I am joining a shapefile with a csv table. One of the fields in the csv table is a double type field that has 9 digits to the right. I need all the digits to the right of the decimal point.
The join is working, looks like the digits are there when I join, but the export of the join brings only 6 digits to the right and many of them are 0 when the initial attribute in the csv table was for ex 0.00003300. I am concerned about 0s.
Thank you so much.