I have a GIS layer with a field named “yttyp” wich contains all various of attributes since its a text type.
I also have an Excel-file with allowed attributes.
How can i check if there is unallowed attributes in my GIS layer that is not in my Excel-file, and list them in a new excel-file.
I have tried change detector, listsearcher, featureMerger but i dont get it to work.
Best answer by lambertus
@timnil00 the right approach for this is to compare both columns with the attribute names like you did already. To do so its important that the attribute names which are present in both the GIS layer and the Excel file have the same name. In that way they are connected within a FeatureJoiner.
Steps:
Use a FeatureJoiner - Use GIS layer and Excel as the Left and Right Input - Choose the names of your columns which contain the attribute names. The attribute names that do not join are the ones you are searching for.
@timnil00 the right approach for this is to compare both columns with the attribute names like you did already. To do so its important that the attribute names which are present in both the GIS layer and the Excel file have the same name. In that way they are connected within a FeatureJoiner.
Steps:
Use a FeatureJoiner - Use GIS layer and Excel as the Left and Right Input - Choose the names of your columns which contain the attribute names. The attribute names that do not join are the ones you are searching for.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.