If you have unique identifiers in both the csv files then you can insert
entities using the data from one csv and then update those entities using
the data from other csv file.

If you don't have any unique identifier but all rows in the csv files have
one on one association and are in the same order then you could create a key
using the line number while inserting the data from one csv file. Then
update entities using another csv file.

On Thu, May 14, 2009 at 1:43 AM, Nikhar <[email protected]> wrote:

>
> how to add data content kept in two csv files and store them in a new
> entry
> >
>


-- 
-Jyoti
www.videonym.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to