Closed (fixed)
Project:
Feeds Tamper
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2013 at 19:38 UTC
Updated:
11 Jul 2014 at 07:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vadym.kononenko commented1. I added some code to correct work with 'blank source's fields...
2. ... and run field handlers (plugins) only at first time when this field appears in a mapped list.
All works correct with CSV parser.
This patch needs to test its work with not CSV parsers (CSV parser use lowercase letters as fields indexes).
Comment #2
vadym.kononenko commentedhttp://drupal.org/node/1515316 issue also proposes the patch to fix a CSV blank source's.
I'm modified this part of the own patch a little bit according to 1515316 issue.
I'm not divide it to two patches as it is related.
Comment #3
skylord commentedWorks OK with Feeds SQL source. Thank you!
Comment #4
anybodyWorks good. Can we get this into the next release perhaps? Testes enough to set the status accordingly?
Comment #5
natefollmer commentedI applied this patch and only get 1 node imported (instead of 11) and everything is blank. I'm using it with the Feeds: Facebook Parser, but have not tested it with anything else. Reversed the patch and everything is fine again.
Comment #6
natefollmer commentedA temporary work-around I used was to map everything to a temporary target, then copy them all to their respective final destinations. Just make sure your temporary target mappings are in the order you want them processed.
Comment #7
osopolar@vadym.kononenko: I think there could be two separate patches, one for the issue #1515316: 'Blank source Foo' broken and the other one for this issue as they are two independent issues.
Comment #8
twistor commentedThis moves the sort to the load function, and handles things a more simply. Can someone test this?
Comment #9
twistor commented7.x http://drupalcode.org/project/feeds_tamper.git/commit/fbc350f
Comment #10
twistor commentedHaha, you can't control the order in 6.x.