Skip to content
Snippets Groups Projects
Verified Commit 9dcf9acc authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3336070 by mikelutz, efpapado, smustgrave, quietone, danflanagan8:...

Issue #3336070 by mikelutz, efpapado, smustgrave, quietone, danflanagan8: skip_on_empty documentation is confusing when skipping a process

(cherry picked from commit a810a916)
parent cee1be2b
No related branches found
No related tags found
3 merge requests!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #210602 passed with warnings
Pipeline: drupal

#210636

    Pipeline: drupal

    #210628

      Pipeline: drupal

      #210609

        ...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
        * - method: (optional) What to do if the input value is empty. Possible values: * - method: (optional) What to do if the input value is empty. Possible values:
        * - row: Skips the entire row when an empty value is encountered. * - row: Skips the entire row when an empty value is encountered.
        * - process: Prevents further processing of the input property when the value * - process: Prevents further processing of the input property when the value
        * is empty. * is empty and sets the value to NULL.
        * - message: (optional) A message to be logged in the {migrate_message_*} table * - message: (optional) A message to be logged in the {migrate_message_*} table
        * for this row. Messages are only logged for the 'row' method. If not set, * for this row. Messages are only logged for the 'row' method. If not set,
        * nothing is logged in the message table. * nothing is logged in the message table.
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment