It is not possible to configure Feeds mapping, because address fields are not available in the target scrollbox in the admin/structure/feeds/edit/*/mapping page.
It is not possible to configure Feeds mapping, because address fields are not available in the target scrollbox in the admin/structure/feeds/edit/*/mapping page.
Comments
Comment #1
honza pobořil commentedI added
drupal_set_message('addressfield_feeds_processor_targets_alter');to the addressfield_feeds_processor_targets_alter, this hook works.Comment #2
honza pobořil commentedBug is in the newest dev release too.
Comment #3
honza pobořil commentedComment #4
andyf commented@Bobik try applying the patch from #9 in #1023068: Feeds mapper for Address Field and see if that fixes your problem (it's for feeds, not addressfield btw).
Comment #5
rszrama commentedTagging. I also don't get why this isn't a duplicate, but I'll be testing all Feeds related issues together in a bit. I'm pretty sure this is working fine.
Comment #6
rszrama commentedYes, this works as designed. I've written up a simple documentation page with a screenshot and explanation of the data mapping process.
http://drupal.org/node/1988472