Implement module handler on import process

Created on 8 September 2023, about 1 year ago

Dear all,

In our project we would like to change the data while being parsed. That's the reason because we have prepared a hook to manage the data and invoke it using:

/**
 * Implements HOOK_feeds_ex_alter_import_data.
 */
function HOOK_feeds_ex_alter_import_data(&$items) {
  $items->set("key", "value");
}

Could you please review and give your feedback?

Best, Pablo

Feature request
Status

Needs review

Component

JSONPath parser

Created by

🇪🇸Spain pgrandeg

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

Comments & Activities

Production build 0.71.5 2024