when i want to import a csv file, i found that it will not overlap the
existing same table's value.

for example. in my db, I have table.db with table.id (with existing
value of 1 and 2) and table.name
                when i empty table.db and import table.db, the
table.id become 3 and 4 rather than the
                the original values (1 and 2) in the csv file

when i import same csv file, i found that, even the same table.id
( from csv file) will not overlap but it will jus import what ever
values in table.db.

for example, in e existing table.db i have table.id with value 1 and 2
and in csv file i have table.id with value of 1 and 2. when i import,
in the system, the table.id become 1,2,3 and 4 rather than jus 1 and
2..

is there any way to solve above case??
thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to