I'm quite new to QGIS and I guess my question is quite simple but yet I couldn't find out how to do this successfully
I Have a 'roads' string column with text such as:
primary
secondary
etc.
and I want to make a new column/layer that which I give an integer value such as:
1
2
Respectively
So I can later Rasterize the layer
Any Ideas?