I am currently using *Version 2.14.6-stable* and this issue still exists.

*Steps to reproduce the issue*
If "|1|2|" is passed in a list:reference field , a dictionary key error 
shows up in *web2py/gluon/packages/dal/pydal/objects.py*

*Cause*
A line in import_from_csv_file method is causing this problem,

if id_map is not None:

*Fix*
This issue can be fixed if the line is changed to,

if id_map is not None and ref_table in id_map: 

@Massimo is this the correct fix for this or has this issue already been 
resolved?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to