I joined a table to a polygon feature class. The table contained multiple rows of data for each polygon. I am trying to find a way to combine the data from the multiple rows into one row, ideally creating a list, separated by commas for each field.
I have tried merging the file (using field mapping to join with a ', ' delimiter for the fields I am trying to combine data in), this output is identical to my initial data. I don't think the merge tool will merge multiple rows together, only multiple fields. I tried using dissolve, but again the output is the same as the input. I don't think this is the right tool either as I am not combining rows with the same data.
Any ideas are appreciated!