[Qgis-user] is it possible to change field type

SaekBinko slawomir.bienias at gmail.com
Wed Feb 11 09:56:40 PST 2015


If it is Shapefile, you can open DBF file in LibreOffice/OpenOffice Calc, and
change field type (field type is represented by symbol (N, C, D or M) by the
field's name), for example:
FIELD,N,9,0

to:

FIELD,C,9

N is for Number (numbers define field's Length and Precision), C is for
Character, D is for Date, M is for Memo.


You should make a backup of DBF file before. It is faster method, but you
should be careful with using it.

Regards,
Saek Binko



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/is-it-possible-to-change-field-type-tp5186865p5186897.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.



More information about the Qgis-user mailing list