Hello! can you please give me some hints on how to catalog a list of dictionaries? Is it possible?
L= [{'id':'1','lastName':'Rossi','firstName':'Mario'}, {...), etc..] for d in L: context.Mycatalog.catalog_object( d, d['id']) Thanks so much in advance! GP _______________________________________________ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )