| feeds_tamper_conditional.inc | plugins/feeds_tamper_conditional.inc |  |  | 
          
                  | feeds_tamper_conditional.info | feeds_tamper_conditional.info |  | name = "Feeds Tamper Conditional"
description = "Allows appending to multivalue fields rather than overwriting them"
core = 7.x
package = Feeds
dependencies[] = "feeds"
dependencies[] = "feeds_tamper"
files[]… | 
          
                  | feeds_tamper_conditional.module | feeds_tamper_conditional.module |  |  | 
          
                  | feeds_tamper_conditional.test | tests/feeds_tamper_conditional.test |  | Unit tests for Feeds Tamper Conditional module. | 
          
                  | readme.txt | readme.txt |  | This module allows you to check the value of a field and use this to determine whether to import a value.  For example, given two fields:
PermissionToDisplayPhoneNumber
PhoneNumber
You could decide to only import PhoneNumber if… |