Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Action - Create if not found and do nothing if found #177

Open
rafaeluriarte opened this issue Jan 27, 2020 · 0 comments
Open

New Action - Create if not found and do nothing if found #177

rafaeluriarte opened this issue Jan 27, 2020 · 0 comments

Comments

@rafaeluriarte
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant