For the member import, I can't seem to map the creation date... is this a limitation of Umbraco? The reason I ask is that I would like to keep the date that the member was originally created but move the members to a new installation.
No it's not supported by CMSImport mapping. You can use the event system to map the column. Take a look at the Member.RecordImporting (page 34) event in the cmsimport manual
Member creation date mapping
For the member import, I can't seem to map the creation date... is this a limitation of Umbraco? The reason I ask is that I would like to keep the date that the member was originally created but move the members to a new installation.
No it's not supported by CMSImport mapping. You can use the event system to map the column. Take a look at the Member.RecordImporting (page 34) event in the cmsimport manual
Cheers,
Richard
is working on a reply...