Hi guys, I am trying to get confluence page content from csv file. I used below code.
curl -D- \
-u admin:admin \
-X PUT \
-H 'X-Atlassian-Token: nocheck' \
-F 'file=@"example.csv"' \
-F 'minorEdit="true"' \
curl -X PUT https://url/rest/api/content/1234/child/attachment
But its showing like X-XSS-Protection: 1; mode=block, GMT;path=/;secure;httponly
How can I resolve this error? Can someone pls help
Hi @Dastagiri ,
You can browse the Atlassian Marketplace and search for apps that recreate tables from CSV attachments (it seems to me that there may be free add-ons).
Our own Table Filter and Charts for Confluence app is a paid one because its main functions are filtration, aggregation, calculations in tables, etc. But it also provides the Table from CSV macro that will suit your case.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.