0

I have multiple data fields that need to be converted from string to text files. When I save them as "text" in excel or open office, they still load up as string files in QGIS. How can I convert more than one column at once from string to text (or even integer, etc. if the situation arises)?

Thanks for your help! Alex

Martin F
  • 8,948
  • 36
  • 58
Alex
  • 303
  • 1
  • 5
  • 15

2 Answers2

1

A string is just a sequence of characters as is text, for what you're doing they're bassically the same thing.

From dictionary.com

String 16. Computers, Linguistics . a linear sequence of symbols, words, characters, or bits that is treated as a unit.

Pete
  • 622
  • 1
  • 6
  • 20
0

I would recommend using the MMQGIS plug in. Under this plug in select "modify" -> "text to float" of "float to text" and select the columns you wish to change. The output will be a new shapefile where the columns types will be changed

Ian Moffit
  • 357
  • 1
  • 11