Robot
Read tables from Confluence pages
Read tables from Confluence pages
This example shows how to read content from Atlassian Confluence, specifically anything in the tables.
- Configure your Confluence connection parameters in the Vault, you'll need URL, username and token. See other connection methods here.
- Takes in a Page ID as input work item. Change the example work items to match your own Page IDs.
- Reads the page content, and parses all tables in to one JSON using Beautifulsoup4.
- Creates an output work item of the table data.
Technical information
Last updated
22 August 2023License
Apache License 2.0