Update existing app data entries via CSV import

Hi,

Is there a way to update existing records using a CSV import and the column Unique Id (_id)? I can’t seem to map this field.

Thanks,
Sharon

No not right now. To do this, best is probably to write a script using the API.

1 Like

It would be great to add this feature.

I recently sponsored this ability. Use the file uploader to upload a csv then use a button to add that file to the database. Make sure all the fields match or it will fail. Also, we are currently limited to 100 at a time. Something better than nothing.

1 Like

Thank you Daniel!!