Hello all,
[Edit: Happy to pay to save me the repetitive copy/paste - and if this can be done as an extension, release it for the community.]
I just installed a Flarum (private forum) on shared hosting and it works perfectly - i have been looking for ways to automatically create discussions in bulk(1000+) from CSV. Although I have spent time looking around for a solution including migration tools and RSS syndication options currently available, what I really need is to be able to run a script that parses a CSV file and creates the discussions...
While I am technically capable of installation and following instructions, I am unable to wrap my head around writing scripts and modifying them at this time to achieve what needs to be done. Can anyone help with this?
Here is a possible structure of the CSV - hope it makes sense!? Open to change the fields position around if that is more suitable to any existing solution..
User,Tag1,Tag2,Tag3,Title,Post
admin_user,ABC,PQR,XYZ,[ipsum] lorem ipsum,some text
admin_user,ABC,null,null,[lorem] some text,some text
admin_user,PQR,null,null,[lorem] some text,some text
Some of the primary tags could be nested as well.
Thank you for your suggestions!
Mayank