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
Comment #1
ezraw commentedComment #2
mikeryanComment #3
moshe weitzman commentedComment #4
mikeryanDone for D6 and D7.