First of all, thanks for this great contribute to Drupal. I'd like to suggest a small improvement.

Using Migrate 6.x-1.0, I run my import (to nodes) and receive the following message

Imported 2 in 0.8 sec (155/min) - done with 'Example of importing events'

However, I've mapped my data field, 'ID' to 'Node: Existing node id.' There are no existing node ids that matched, so no nodes are created or updated.

The message that is printed to the screen is a tiny bit misleading. I'd like to suggest that:

1. The terminology be changed to "Processed 2 in .8 seconds..."

2. The message state not just the number of records processed, but also the number of items created, updated and ignored.

Processed 10 records in 2 seconds. 5 items created, 2 updated, 3 ignored.

Comments

ezraw’s picture

Title: Imported 2 in .8 seconds, but no nodes created. » Update message after import runs to provide more detail
mikeryan’s picture

Version: 6.x-1.0 » 7.x-2.x-dev
moshe weitzman’s picture

Title: Update message after import runs to provide more detail » More accurate reporting after an import
Priority: Minor » Normal
mikeryan’s picture

Status: Active » Fixed

Done for D6 and D7.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.