Hi,
i want to make a model, with model builder from arcmap. but i must make a script for my step;
i have a table and a feature class(inputdata). there are fields, named "FEATURENAME" and "FIELDNAME" field. i want to check both my table's "FEATURENAMES" and my featureclass's own name then if they equal gave me "exist" value, if they arent equal, it gives me "no exist" value.
and after this step, "exist" value i will add (matched) row's "FIELDNAME" field in my featureclass with my model. (i will make this step with "AddField" tool.
Thnks a lot for your ans.