I have a table of Identifiers and Types. There are a limited number of types (say 5) and each identifier can have one or more of these types. Each Identifier and class type in a different record and they all have an address (so they all generate a point). The table looks something like this:
Identifier | Class
123 | A
123 | C
234 | A
456 | C
456 | B
I'm trying to find a way to put this on a map so there is one point for each Identifier and a single field showing classes. The table would look something like this:
Identifier | Classes
123 | A, C
234 | A
456 | B, C
I cannot for the life of me figure out how to make this happen in ArcGIS Pro or in Excel even. I'm hoping someone has at least a direction for me. Thanks.
Brandon