You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, for example, when you have import problems (items skipped), it is difficult to identify and select which rows still need to be imported. A possible solution could be the creation of an "Action" that does not append or update the existing ones, only add the new items if the identifier is not in omeka. The idea is very simple:
If omeka_id != row_csv_id:
----add_item(row)
The text was updated successfully, but these errors were encountered:
In some cases, for example, when you have import problems (items skipped), it is difficult to identify and select which rows still need to be imported. A possible solution could be the creation of an "Action" that does not append or update the existing ones, only add the new items if the identifier is not in omeka. The idea is very simple:
If omeka_id != row_csv_id:
----add_item(row)
The text was updated successfully, but these errors were encountered: