We have an old FAQ section where we have tons of questions asked by users that we would love to be able to import into Askbot. Does anyone know of a way to import questions without manually entering them one by one?
I'm sure there are others who are in the same situation.
Thanks!
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-01-13 18:02:55 -0500
Seen: 45 times
Last updated: Jan 13 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Sure, can you describe what data do you have available besides question titles and answers?
Evgeny ( 2012-01-13 18:05:54 -0500 )editTHanks Evgeny for the comment/response. At this point it would be at least those fields (question detail and title) our intention is to move at least some of the questions over from our old system that. The could all be under one user account if needed.
gmustuk ( 2012-01-16 12:54:36 -0500 )editI saw this info: http://askbot.org/doc/import-data.html however it wasn't clear what format a file would have to be in to import data. I would likely be exporting from existing system in a tabular format or csv.
gmustuk ( 2012-01-16 13:27:13 -0500 )editthat command uses stackexchange format, it is much more advanced than yours, but importing csv will take writing some custom code. One issue - at the moment we require tags for the questions - you'll have to add them manually to your excel/csv file.
Evgeny ( 2012-01-16 13:37:28 -0500 )edit