I would like to import data into a database that uses Entry Link and Entry Details to populate certain fields.
If I try to import data from csv, these Entry fields can't be assigned to a csv field.
Is this this by design?
Workaround?
Br
Petter
Hi Petter,
Try utilizing the REST API or a custom script, you can programmatically handle imports, validate and fetch IDs for linked entries, and assign relational data during the import process.
For instance, you can use Python with REST API libraries and give a try.
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
Thanks for your reply Humashankar.
I have never used the Atlassian / Confluence REST API, could you point to some getting started demos / examples?
Br
Petter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Petter,
To get started on the Confluence REST API, especially for Confluence Server and Data Center. Here are some key points that make it relevant and make use of the help atticle.
1. Applicability
2. REST API Basics
3. Advanced Features
4. Authentication and Permissions
5. Content and Space Properties
6. Tools and Resources
7. Compatibility and Versioning
REST API Documentation - Advanced Codeblocks for Confluence · codeclou
Best Regards
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.