I'm trying to populate a field based on the output of a "Field Join" between two datasets. Specifically:
IF an item in APN_Dataset "matches" (based on Field Join tool) an item in Parcel_Datset, THEN "JoinParcelDataset" field cell = name of Parcel_Dataset (there are 71 of these datasets that I also want to iterate through with "iterate dataset" in modelbuilder)
My problem follows as such:
1. Moving the 71 datasets to a workspace in chronological order for sequential iteration (newest to oldest)
2. I do not know where to enter the SQL expression (calculate field/calculate value tool? inside of modelbuilder)
3. I only want the name of Parcel_Dataset to be assigned to the matching cell if the cell is <null>
This would be some kind of nested loop, inside one of the tools in model builder with an interator for the 71 datasets I would like to compare against a single table. Thanks for your help!