How to Import topics,post from excel?
Unsolved
Technical Support
-
Is there a way we can import multiple topics, and replies from excel?
-
@Thangaraja-C Not easily, you'd have to code it.
At a high level;
- Export that excel to csv
- Write a script to use the Write API to iterate through that CSV, row by row, and create topics/replies.
-
Thanks
I can see the endpoint to create a single topic. Is there an endpoint for more than one topic creation in a single call? i.e by passing an array of topics.
Copyright © 2024 NodeBB | Contributors