- Issue created by @pgrandeg
- last update
about 1 year ago 16 pass, 48 fail The last submitted patch, 2: 3386151-feeds_ex-moduleHandler.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.
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
Needs review
JSONPath parser
The last submitted patch, 2: 3386151-feeds_ex-moduleHandler.patch, failed testing.
View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.