I am trying to use the Update Data -> Append Data to Layer feature and I receive this message: Error - No compatible layer was found in the uploaded file. Please check your file and try again.
The attribute names in my .csv file match the hosted feature layer attribute fields.
Any idea why I am getting this error?
Solved! Go to Solution.
It doesn't look like this csv layer can be appended to this Hosted Feature Layer for a few reasons:
From what @DanPatterson said it also sounds like you have a different goal to 'append', where maybe instead you are looking to 'update' features?
Probably better to phrase your question as "I have this data, and want to do this workflow, what methods are available" rather than hit an error and focus on that. For example, we may be able to recommend Pro or other tools/workflows to better assist what you are doing.
Likely either your CSV isn't formatted correctly.
Or your field attributes don't match the destination field type i.e. you're trying to insert text into an integer field.
If you are still stuck, please share your CSV and layer schema
It doesn't look like this csv layer can be appended to this Hosted Feature Layer for a few reasons:
From what @DanPatterson said it also sounds like you have a different goal to 'append', where maybe instead you are looking to 'update' features?
Probably better to phrase your question as "I have this data, and want to do this workflow, what methods are available" rather than hit an error and focus on that. For example, we may be able to recommend Pro or other tools/workflows to better assist what you are doing.
like your other problem you can join a csv to features, you can't append them
https://doc.arcgis.com/en/arcgis-online/manage-data/manage-hosted-feature-layers.htm#APPEND
For example, if you have a number of employees who do inspections in the field and they gather that information in a .csv file or a custom app that writes to a shapefile, you can take the file from each inspector at the end of the day and update the hosted feature layer with the new data.