Module installed. Testing in Feeds importers. Seems to work until completing the settings for the Entityform Submission entity processor. Default values for "Date submitted" and "User" are not accepted and give errors. Username is an existing username on the site. Because these are required fields, I cannot go further. See the uploaded screenshots.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drupalsat created an issue. See original summary.

MegaChriz’s picture

Status: Active » Fixed

Dates have to be specified as timestamps. There is a patch available to add support for date formats: #2708243: Add date formats support.
The specified user should be an user ID, not an username. I have looked for possibilities to add support for specifying the username here, but did not found an API standard that worked for user entities. (There is an API function called entity_load_multiple_by_name(), but that doesn't work for user entities.)

I've created an issue to show more metadata about an entity property. This should help in figuring out what type of data to input.
#2891520: Show machine name and data type of an entity property in "Default values" section on processor settings page

Status: Fixed » Closed (fixed)

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