Validation while importing cannot be done. It is not a technical
issue. It is a logical one.

think of validating a datetime. The validator is designed to validate
user input that is localized (depends on the interanationalization).
The data in the CSV is not localized but system and locale indepdent.
You would need to define a complete different set of validators for
the CSV.

There are also issues with the order data data is read vs the oder the
data was inserted and with the fact that validators may have changed
over the life of the database.

Massimo

On Feb 12, 12:39 pm, Pai <dekch...@gmail.com> wrote:
> Does this include validation while importing??
>
> On Feb 11, 10:59 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > I believe all outstanding issues with CSV export/import have been
> > resolved BUT make sure you have the latest appadmin.py in your
> > applications. Part of the bug was in the old appadmin.py.
>
> > Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to