using the Schema Mapper I would like to add new attributes.
I do have more than one feature in the data set, and would like these to get different new attributes. Say that my feature Lake gets the attribute Depth, and my feature Building gets the attribute Purpose. But Lake dont want to have Purpose as an attribute etc.
I add the attributes in my csv-file. And in the Schema Mapper I use "add new attribute" and choose the columns in which the name and values are represented. I've only added Purpose on the line where Building is.
Why does my Lake has the attribute Purpose in the end?
Thank you.