Store it as a dictionary or an array or an object. Whatever works.
On Mar 16, 12:31 am, djidjadji <
djidja...@gmail.com> wrote:
> Why don't you put the file in the datastore.
>
> You can put it on a word basis, one object for every word, db.StringProperty.
> Use the datastore index to find the word. Use bulk_upload to fill the datastore.
>
> Or split it up in parts, each part starting with a different
> character. Put it in db.TextProperty.
>