Hi, I have another idea.
I guess that import_id
is equal to the phpbb post id?
Since I merged topics from category A and B in category C,
I could:
- Store all the phpbb topics id from topics that belong to my categories A and B in a json file, then
- Iterate the json, get the corresponding discourse topic on each iteration
- Update the discourse topic by changing their category from C to A or B (maybe via /topics/bulk) in each iteration
Would that do the trick on the paper?
edit : I post here since my message mentions a custom_field relative to the phpbb import, I hope I’m not too much off topic!