2011-11-10 33 views

回答

2

綜觀collective.transmogrifier的文檔,我發現我的答案是:

[set-startDate] 
blueprint = collective.transmogrifier.sections.inserter 
condition = python: item.has_key('startDate') 
key = string:startDate 
value = python: modules['DateTime'].DateTime(item['startDate'])