I have a feature class with mostly unpopulated fields (ArcMap Standard 10.1, in an SDE database, with attachments). I exported the attribute table as a .csv file so that a co-worker without access to ArcMap could do the research. He filled out the .csv file and now I need to add the data back into the feature class. I am not having any success with "Load Objects" because it just adds all of the data to the end of the attribute table instead of joining the fields. I am not having any success with "Join" because it duplicates the fields. Merge and append require the data to be of the same type (table and table or feature class and feature class). I feel like I need a "link" tool... Does anyone know how to do this? Thanks!
|
|
You can do an update query in your database. Import the CSV, and update your values from the new table. |
|||
|
|
|
If you exported the oid, fid or some other unique identification field. The csv will be on the end of the attribute table after a join. you can start editing and do a calculate.
|
||||
|
|
