Hi,
I am doing a project were I am taking all the survey data for archaeology found in an area and trying to make it into a simple user format to show people.
(Ive pulled all the survey from a CAD drawing so excuse some of the field names). I want to take the data in the layer column and refine it. the layer column is based on the data given to the archaeology (i.e bronze age, medieval) but there are over 30 variations in the name.
so as an example. I wanted to take all the variations of the spelling of medieval(_med, _m, med, MED) in the layer column and refine them just to medieval in the 'date_refined' column. I have over 30,000 entries and didn't want to do it by hand.
I have some very basic python knowledge - could this be achieved by an else if statement? if so what would it look like?
Thanks
Tom
