1

I'm using the MMQGis plugin to "Join Attributes From CSV" into a shapefile and am having trouble getting QGIS to interpret some numbers as numbers (rather than strings which is what its doing).

This is becoming a real problem because the values do not behave like they should when trying to order them, select above a range, etc.

I've seen two somewhat similar questions to this but the answer to this question instructs the user to import the CSV as a layer. But the CSV data I'm trying to import is not geocoded and I'm using values (things like zip code, etc) to join in the CSVs, so I don't think that question's answers might help here.

nmtoken
  • 13,355
  • 5
  • 38
  • 87
boulder_ruby
  • 1,824
  • 4
  • 27
  • 43

1 Answers1

1

Once the CSV has been joined to the Shapefile, use MMQGis > Modify > Text to Float to convert the appropriate columns

boulder_ruby
  • 1,824
  • 4
  • 27
  • 43