Seeking best practice for Bulk Upload - Topics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:02 AM
Good morning Community,
I am working on a taxonomy project that includes adding Topics to existing posts.
I believe this can be done with a CSV file that contains the sys_id for the post as well as the Topic(s) to be added; any anyone within confirm please?
Please share your best practices for a bulk upload of Topics to existing posts.
Cheers,
Toby

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 09:45 AM
As per the bulk upload -
1. Best approach to go with CSV that will help us to -
Track the data very well
We can handle errors if any by script
We can add logs
Transform script we can use for any value modification.
With CSv, we can upload files in branches step by step. This will again increase our flexibility.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2022 07:58 AM
Thank you @SuhasPSalunkhe
I have added the topics that I want to upload to my TEST environment and within a particular forum.
I have created a CSV file with sys_ids as well as the topics.
I cannot find the procedure to use the file to upload the topics to the posts that correspond to the CSV file; is this a procedure you are familiar with?
Cheers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2022 07:59 AM
Good morning all,
I have added the topics that I want to upload to my TEST environment and within a particular forum.
I have created a CSV file with sys_ids as well as the topics.
I cannot find the procedure to use the file to upload the topics to the posts that correspond to the CSV file; is this a procedure anyone is familiar with and are willing to share please? I have not had luck within documentation or Google.
Cheers,
Toby