Cool!! Thanks
On Dec 20, 11:23 pm, mdipierro <[email protected]> wrote: > db.table.insert(**dictionary) > > On Dec 20, 9:19 am, rāma <[email protected]> wrote: > > > > > Hi all, > > > I'm aware that you can bulk insert using a dictionary but is there a > > way to : > > dictionary={'field1':'value','field2':'value' ...} > > db.table.insert(dictionary) > > > It would be really easy if I can do this.

