In order to work around an Automatic Entity Label setup, I have to map a field twice. The first time is to check the value for uniqueness,using a custom Feeds Tamper plugin. The second time is to load the raw value into the correct field.

The problem is, Feeds Tamper combines the mappings together, and I need to apply my plugin only to one of the mappings.

I want to modify this module to separate the two mappings; is there a particular place in the code that I should start looking at?

Comments

MrPeanut’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)

While not actually a fix (more of a workaround), this worked for me: #1288396-4: Make multiple mappings of the same column as 2 independent tampers.