Updating entity should skip fields not in CSV

Created on 7 January 2025, 3 months ago

Problem/Motivation

I just need a quick way to update a small number of fields for existing entities, not update every field. I created a minimal CSV with column headings like:
`nid, field_whatever, field_something_else`

However, the form validation fails because the CSV doesn't contain certain required fields:

Your CSV has missing required fields:

  • title

Of course this would be a problem CREATING nodes, but I just need to UPDATE nodes. My existing nodes already have titles. I'd just add the 486 titles to the CSV, but there are about ten other required fields, some of which are quite complex. This should not be necessary.

Proposed resolution

With this module, having the entity ID (nid for nodes) is the only way to indicate whether the import is meant to be an update or create operation.

If that is the standard, then it should check whether that column exists, and ignore the required fields check.

Remaining tasks

Check if the CSV contains the entity id key, if it exists, skip the required fields check.

FYI, I just commented out the entire required check, and it imported just fine.

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States scottsawyer Atlanta

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @scottsawyer
  • πŸ‡ΊπŸ‡ΈUnited States scottsawyer Atlanta

    I just had a second thought. Maybe we just add a checkbox: "Ignore missing required fields", or "Skip field validation" or something that just let's the user do what they want?

Production build 0.71.5 2024