Hi, How do I get a page's description when extract...
# replication-troubleshooting
n
Hi, How do I get a page's description when extracting data from confluence. Currently I see a key called "body" but it is an empty string.
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 3029 to ensure timely resolution!
u
Hi! There is no 'description' field in the schema for the Pages stream in the Conflunce source. I think you might need to look through the schema and API documentation to pin down which field you need! Schema:
airbyte-integrations/connectors/source-confluence/source_confluence/schemas/pages.json
API docs: https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content/#api-wiki-rest-api-content-get
n
Hey, by description I meant the contents of the confluence page which should have shown in the "_expandable.body" field. Note: My destination is Mongodb
u
I see. Could you please provide more details? Could you attach a screenshot/logs where you are seeing this field? What connector versions are you using?