Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9136675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:59:02+00:00 2026-06-17T08:59:02+00:00

I started to export data from Google AppEngine with bulkLoader, configured in bulkloader.yaml. For

  • 0

I started to export data from Google AppEngine with bulkLoader, configured in bulkloader.yaml. For “standard” data likes string, int and bool this is no problem. Even single keys are exported easily.

Now I have some data db.ListProperty(db.Keys) and the export fails. In export_transform I tried, see ??? in bulkloader_config.yaml below:

  • transform.key_id_or_name_as_string
  • transform.create_deep_key(('Coupon', db.Key))
  • join_list(",")
  • and many other from http://googleappengine.googlecode.com/svn/trunk/python/google/appengine/ext/bulkload/transform.py

Any idea how to export the list of keys?

datamodel.py

    class Receipt(db.Model):
    coupons = db.ListProperty(db.Key) # only coupon ids of approved coupons

bulkloader_config.yaml

    - kind: Receipt
      connector: csv
      connector_options:
        columns: from_header
      property_map:
        - property: __key__
          export_transform: transform.key_id_or_name_as_string
        - property: coupons
          import_transform: transform.create_foreign_key('Coupon')
          export_transform: transform.???
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:59:03+00:00Added an answer on June 17, 2026 at 8:59 am

    I have to do a little hack but it works

      def prop_name_converter(obj):
        if not obj:
          return ''
        str_list = []
        for o in obj:
          str_list.append(`o`)
        return ''.join(str_list)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

we have the need to export a csv-file comprising data from the model from
I am trying to export data from my MySQL database to multiple CSV files
Started learning algorithms. I understand how to find theta-notation from a 'regular recurrence' like
Started with this question: OpenID. How do you logout OK. So OpenID does not
Started working on a new application this week that is running the latest rails
I have a very basic SSIS package with one data flow task (from an
I am not an expert on VBA as I've recently started looking into this.
I commonly create apps that require storage of data, and this data is used
I've started working on a project. I would like to store this project using
I have a gridview control in ASP.Net 2.0 and i need to export this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.