I do a data pull out of a system that gives me the data in .csv format. I bring that into a map and set the feature symbology based on one of the fields in the data table. This is done daily. I was trying to find a way that the data table could be updated daily and it would keep the symbology.
Right now, I delete the previous days layer, bring in the new data, literally drop the .csv file on the map, than edit the symbology by one of the attributes in the table. The attribute in the table and the desired symbols are always the same.
Any ideas on how to make this simpler?