Seeking best practice for Bulk Upload - Topics

Toby11
Tera Contributor

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

3 REPLIES 3

SuhasPSalunkhe
Kilo Guru

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. 

 

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

 

Toby11
Tera Contributor

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