Hi, greetings.

I'm working in a massive node migration. I'm using the node processor and a CSV file as source. The platform is Drupal 7.54 and Feeds
Version: 7.x-2.0-beta4. I'm taking the user fields uid, username and usermail from every node.

Every node has its own author (N nodes, M authors) and I'm mapping values to the target fields user_name, uid and user_mail.

I need set the author of every node and all are existing in the platform. So, what's the point? after the import, all nodes are created with a user called "Guest". I don't understand what's happening here. I'm looking for clues but I don't seeing nothing related.

It's possible set the original author for every node?

CommentFileSizeAuthor
#3 feeds_import_previe_Drupal_7.png18.89 KBdavidjguru
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

davidjguru created an issue. See original summary.

MegaChriz’s picture

Category: Bug report » Support request
Status: Active » Postponed (maintainer needs more info)
Issue tags: -CSV import, -feeds importing, -feeds mapper

Sounds like an issue in the mapping configuration. Try to check your source with the Feeds import preview module. This can sometimes reveal possible configuration errors.

If that doesn't give you a hint of what could be wrong, I'll need to see an export of your importer configuration plus a sample of the feed you are importing.

In this case, can you provide the following:

  • The source file you were trying to import (may also be a sample file, as long as that sample file can demonstrate the problem).
  • An export of your configuration, packed inside a feature module, which includes:
    • Your Feeds importer
    • Feeds Tamper configuration
    • The content type selected on the processor
    • Field bases of fields used on your content type
    • Field instances of your content type
    • Strongarm variables belonging to your content type (install the Strongarm module to make them available).
    • Eventually other exportable configuration that is related.
davidjguru’s picture

Thanks MegaChriz!!!

I was testing the preview module and seems the data are being taken by the node processor. In the picture you can view username, uid and usermail of a node (sorry the language is spanish).

feeds import preview

I think I'll prepare the commented package xDDDDDD.

Lot of thanks for your support.