[web2py] Re: import_from_csv_file and id_map={}

2015-08-26 Thread Massimo Di Pierro
yes On Tuesday, 25 August 2015 18:02:40 UTC-5, Mark Li wrote: > > Is id_map still necessary to preserver references when using > import_form_csv_file function? > > I read this in the docs ( > http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#CSV--all-tables-at-once- > )

[web2py] Re: import_from_csv_file and id_map={}

2015-08-25 Thread Mark Li
Is id_map still necessary to preserver references when using import_form_csv_file function? I read this in the docs ( http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#CSV--all-tables-at-once- ): "When importing, the new records will be appended to the database if it i

[web2py] Re: import_from_csv_file and id_map={}

2015-03-17 Thread Tom Clerckx
Thanks. I will try to make some time and contribute in that way. Note: You may want to update the link to your profile on http://web2py.com/init/default/who --> it results in a page not found. Best regards, Tom. On Wednesday, March 11, 2015 at 7:07:04 PM UTC+1, Tom Clerckx wrote: > > I recentl

[web2py] Re: import_from_csv_file and id_map={}

2015-03-12 Thread Massimo Di Pierro
I agree. The problem is lack of manpower. If you send me a paragraph I will include it in the docs. On Wednesday, 11 March 2015 13:07:04 UTC-5, Tom Clerckx wrote: > > I recently learned (by searching through the google-group) the usefulness > of the id_map={} parameter in the db.import_from_csv