Hi team,
I am running shell script to find status of services and it will write store results to csv file. I have data in csv file like column 1, column2, column 3. I want to update confluence page, whatever data is in csv file. Is there any script to achieve my task?
As the result of your script is a CSV file, I can suggest browsing the Marketplace and find some apps that can recreate Confluence tables from CSV files and attachments (there may be even free apps).
What concerns our own app that is Table Filter and Charts for Confluence it's a rather advanced add-on that is used to replace all Excel functions right in Confluence. So it's a paid one.
But it also provides the Table from CSV macro that allow you to recreate tables from attachments/urls/Google Spreadsheets with further filtration, aggregation and visualization.
Welcome to the Community!!
Here is an example of how to update the page
https://developer.atlassian.com/server/confluence/confluence-rest-api-examples/#update-a-page
Get the Page in Storage Format from API
Update the page using PUT request to edit the page
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.