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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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