OrganizationRelationships in Keboola

Hi,
I’m trying to import PD data to Keboola with it’s extractor but there is some problem. There’s JSON script to get organization table:

    "organizations": {
      "owner_id.id": "owner_id",
      "24a45b6b29d7b704252d0bb94410979d9f1d2be7": "ico",
      "address_country": "org_address_country",
      "name": "org_name",
      "id": {
        "mapping": {
          "destination": "organization_id",
          "primaryKey": true
        }
      },
      "c43d0e1c80fd50b4c97d87246c2792cd06cd0c19": "parent_organization"
    },

But i’ve got trouble with that last attribute “parent_organization” (type organization).
I need name or id of parent organization.

Can anyone help me?

Thx.
Jan

Hi,
Does the following wiki page help with your challenge?

Feel free to create a new topic if the issue still persists.