Skip to content
Snippets Groups Projects
Verified Commit a810a916 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
parent f562df44
No related branches found
No related tags found
Loading
Pipeline #210635 canceled
Pipeline: drupal

#210639

    ...@@ -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