Hello everyone,
Is there a way to upload reports/attachments to confluence page via SAS? My SAS code generates summary reports which I wish to share with users on a confluence page.
The format of the report does not matter, it could be .pdf, .xlsx or any other format until I am able to upload it on a confluence page.
I am using windows SAS to perform the task.
Any help will be much appreciated.
Thanks
Manu
what is confluence page?
Is this by attlasian?
If so, try contacting atlassian/confluence support first.
If confluence can accept files via POST method, Web API, FTP and etc, it may be upload by SAS.
Take a look in possbily using the REST API to upload your SAS ouput (PDF, MS Office files)
I've been through a similar process with SAS and Confluence. What worked for me was setting up a SAS job to generate the reports locally on my Windows machine. After that, I used a simple Python script to automate the upload process to Confluence. You can find Confluence REST APIs really helpful for this. They allow you to authenticate and upload files directly to your desired Confluence page, whether it's PDFs, Excel sheets, or other formats. It's been a game-changer for sharing detailed updates and summaries seamlessly within our team. And, if you're still exploring options, check out what are epics in jira.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.