BookmarkSubscribeRSS Feed
Manu_Rawat
Calcite | Level 5

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

3 REPLIES 3
japelin
Rhodochrosite | Level 12

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.

ScottH_SAS
SAS Employee

Take a look in possbily using the REST API to upload your SAS ouput (PDF, MS Office files)

https://confluence.atlassian.com/confkb/using-the-confluence-rest-api-to-upload-an-attachment-to-one...

 

 

mightydron
Calcite | Level 5

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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1463 views
  • 0 likes
  • 4 in conversation