I would prefer way 2. Using serialised data. I am a java developer, can you pls let me know how to achieve way 2 ?
Thanks Deepak On Tue, Nov 22, 2011 at 2:18 AM, Brandon Wirtz <[email protected]> wrote: > Huh?**** > > ** ** > > Way 1:**** > > Put the list in a CSV**** > > String = “Text of CSV”**** > > Explode(String)**** > > ** ** > > Way 2:**** > > Read Data from data Store**** > > Serialize Data**** > > Echo/Print Serialized Data**** > > ** ** > > Copy/Paste Serialized data in to code**** > > ** ** > > Way 3:**** > > Copy data from data viewer in to excel**** > > Export to CSV**** > > Use find and replace to replace New line with New line “ and , with “,”* > *** > > Put a curly at the beginning and end, and paste in to your code.**** > > ** ** > > ** ** > > ** ** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Deepak Singh > *Sent:* Monday, November 21, 2011 12:40 PM > > *To:* [email protected] > *Subject:* Re: [google-appengine] Memcache doesn't work**** > > ** ** > > Yes. Putting them hard coded values is the last solution but it is tough > to make array of 6500 hard coded values.**** > > ** ** > > @Simon,**** > > ** ** > > How do i store them as serialised data in datastore ?**** > > ** ** > > Regards**** > > Deepak**** > > On Tue, Nov 22, 2011 at 1:38 AM, Simon Knott <[email protected]> > wrote:**** > > Ha. Yes, Brandon's idea is better. Need caffeine...**** > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group.**** > > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/6rqyUnPbxIAJ.**** > > 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.**** > > > > **** > > ** ** > > -- > Deepak Singh**** > > -- > 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.**** > > -- > 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. > -- Deepak Singh -- 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.
